123456789101112131415161718192021222324 |
- {
- "license": "ISC",
- "scripts": {
- "lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
- "lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check",
- "ts-mocha": "ts-mocha --project tsconfig.json"
- },
- "dependencies": {
- "@coral-xyz/anchor": "^0.30.1",
- "@solana/web3.js": "^1.95.4",
- "anchor-bankrun": "^0.5.0",
- "solana-bankrun": "^0.4.0"
- },
- "devDependencies": {
- "@types/bn.js": "^5.1.0",
- "@types/chai": "^4.3.0",
- "@types/mocha": "^9.0.0",
- "chai": "^4.3.4",
- "mocha": "^9.0.3",
- "prettier": "^2.6.2",
- "ts-mocha": "^10.0.0",
- "typescript": "^4.3.5"
- }
- }
|