package.json 543 B

12345678910111213141516171819202122
  1. {
  2. "scripts": {
  3. "test": "yarn run ts-mocha -p ./tsconfig.json -t 1000000 ./tests/test.ts"
  4. },
  5. "dependencies": {
  6. "@metaplex-foundation/mpl-token-metadata": "^2.5.2",
  7. "@solana/spl-token": "^0.3.7",
  8. "@solana/web3.js": "^1.73.0",
  9. "borsh": "^0.7.0",
  10. "buffer": "^6.0.3",
  11. "fs": "^0.0.1-security"
  12. },
  13. "devDependencies": {
  14. "@types/bn.js": "^5.1.0",
  15. "@types/chai": "^4.3.1",
  16. "@types/mocha": "^9.1.1",
  17. "chai": "^4.3.4",
  18. "mocha": "^9.0.3",
  19. "ts-mocha": "^10.0.0",
  20. "typescript": "^4.3.5"
  21. }
  22. }