anchor/tests/package.json

64 lines
1.5 KiB
JSON
Raw Normal View History

{
"name": "anchor-tests",
"private": true,
"scripts": {
"lint:fix": "prettier */*.js \"*/**/*{.js,.ts}\" -w",
"lint": "prettier */*.js \"*/**/*{.js,.ts}\" --check"
},
"workspaces": [
"anchor-cli-idl",
"cashiers-check",
"cfo",
"chat",
"composite",
"custom-coder",
"errors",
"escrow",
"events",
2022-02-17 11:23:21 -08:00
"floats",
"ido-pool",
"interface",
"lockup",
"misc",
"multisig",
"permissioned-markets",
"pda-derivation",
"relations-derivation",
"pyth",
"realloc",
"spl/token-proxy",
"swap",
"system-accounts",
"sysvars",
"tictactoe",
"typescript",
"validator-clone",
"zero-copy",
2022-03-24 11:40:38 -07:00
"declare-id",
"cpi-returns",
"multiple-suites",
"multiple-suites-run-single",
"bpf-upgradeable-state"
],
"dependencies": {
2022-08-22 18:57:56 -07:00
"@project-serum/anchor": "file:../ts/packages/anchor",
"@project-serum/spl-associated-token-account": "file:../ts/packages/spl-associated-token-account",
"@project-serum/spl-token": "file:../ts/packages/spl-token",
"@project-serum/common": "^0.0.1-beta.3",
"@project-serum/serum": "^0.13.60",
"@solana/spl-token": "^0.1.8",
"@solana/web3.js": "^1.64.0"
},
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/mocha": "^9.1.0",
"@types/node": "^14.14.37",
"chai": "^4.3.4",
"mocha": "^10.0.0",
"prettier": "^2.5.1",
"ts-mocha": "^10.0.0",
"tsc": "^2.0.4",
"typescript": "^4.4.4"
}
}