package.json 533 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "basic-2",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "directories": {
  7. "test": "tests"
  8. },
  9. "scripts": {
  10. "test": "ts-mocha -t 100000 -p ./tsconfig.json tests/**/*.{j,t}s"
  11. },
  12. "author": "",
  13. "license": "ISC",
  14. "dependencies": {
  15. "@project-serum/anchor": "^0.2.2-beta.1",
  16. "@types/chai": "^4.2.15"
  17. },
  18. "devDependencies": {
  19. "@types/expect": "^24.3.0",
  20. "@types/jest": "^26.0.20",
  21. "@types/mocha": "^8.2.1",
  22. "@types/node": "^14.14.31",
  23. "chai": "^4.3.0"
  24. }
  25. }