| 12345678910111213141516171819202122232425262728 |
- {
- "name": "@pythnetwork/pyth-lazer-solana-contract",
- "private": true,
- "license": "ISC",
- "scripts": {
- "fix:format": "prettier --write **/*.*",
- "test:format": "prettier --check **/*.*",
- "test:anchor": "CARGO_TARGET_DIR=\"$PWD/target\" anchor test",
- "setup": "pnpm ts-node scripts/setup.ts",
- "check-trusted-signer": "pnpm ts-node scripts/check_trusted_signer.ts"
- },
- "dependencies": {
- "@coral-xyz/anchor": "^0.30.1"
- },
- "devDependencies": {
- "@types/bn.js": "^5.1.0",
- "@types/chai": "^4.3.0",
- "@types/mocha": "^9.0.0",
- "@types/yargs": "^17.0.33",
- "chai": "^4.3.4",
- "mocha": "^9.0.3",
- "prettier": "catalog:",
- "ts-mocha": "^10.0.0",
- "ts-node": "catalog:",
- "typescript": "catalog:",
- "yargs": "^17.7.2"
- }
- }
|