123456789101112131415161718192021 |
- {
- "license": "ISC",
- "scripts": {
- "lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
- "lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check"
- },
- "dependencies": {
- "@coral-xyz/anchor": "^0.30.1"
- },
- "devDependencies": {
- "@biomejs/biome": "^1.9.4",
- "@types/bn.js": "^5.1.6",
- "@types/chai": "^4.3.20",
- "@types/mocha": "^9.0.0",
- "chai": "^4.5.0",
- "mocha": "^9.0.3",
- "prettier": "^2.8.8",
- "ts-mocha": "^10.0.0",
- "typescript": "^4.3.5"
- }
- }
|