package.json 337 B

1234567891011121314
  1. {
  2. "scripts": {
  3. "test": "ts-mocha -p ./tests/tsconfig.test.json -t 1000000 ./tests/test.ts"
  4. },
  5. "devDependencies": {
  6. "@metaplex-foundation/solita": "^0.19.3",
  7. "@types/chai": "^4.3.4",
  8. "@types/mocha": "^10.0.1",
  9. "chai": "^4.3.7",
  10. "mocha": "^10.2.0",
  11. "ts-mocha": "^10.0.0",
  12. "typescript": "^4.9.4"
  13. }
  14. }