Report incorrect code
Copy
Ask AI
{
"license": "ISC",
"scripts": {
"lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check",
"test": "ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
},
"dependencies": {
"@coral-xyz/anchor": "0.31.1",
"@coral-xyz/borsh": "0.31.1",
"@lightprotocol/stateless.js": "0.22.0",
"dotenv": "^16.5.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.1.0",
"typescript": "^5.0.0"
}
}