1234567891011121314151617181920212223 |
- {
- "scripts": {
- "lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
- "lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check"
- },
- "dependencies": {
- "@coral-xyz/anchor": "^0.30.1",
- "@solana/spl-token": "^0.4.0",
- "@solana/web3.js": "^1.92.3"
- },
- "devDependencies": {
- "@types/bn.js": "^5.1.0",
- "@types/chai-as-promised": "^7.1.8",
- "chai-as-promised": "^7.1.2",
- "@types/chai": "^4.3.0",
- "chai": "^4.3.4",
- "@types/mocha": "^9.0.0",
- "mocha": "^9.0.3",
- "prettier": "^2.6.2",
- "ts-mocha": "^10.0.0",
- "typescript": "^4.3.5"
- }
- }
|