1234567891011121314151617181920212223242526 |
- {
- "scripts": {
- "lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
- "lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check"
- },
- "dependencies": {
- "@coral-xyz/anchor": "^0.27.0",
- "@metaplex-foundation/js": "^0.19.4",
- "@metaplex-foundation/mpl-bubblegum": "^0.7.0",
- "@solana/spl-account-compression": "^0.1.8",
- "@solana/spl-token": "^0.3.8",
- "@solana/web3.js": "^1.77.3",
- "axios": "^1.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",
- "ts-node": "^10.9.1",
- "typescript": "^4.3.5"
- }
- }
|