1234567891011121314 |
- {
- "scripts": {
- "test": "ts-mocha -p ./tests/tsconfig.test.json -t 1000000 ./tests/test.ts"
- },
- "devDependencies": {
- "@metaplex-foundation/solita": "^0.19.3",
- "@types/chai": "^4.3.4",
- "@types/mocha": "^10.0.1",
- "chai": "^4.3.7",
- "mocha": "^10.2.0",
- "ts-mocha": "^10.0.0",
- "typescript": "^4.9.4"
- }
- }
|