62 lines
1.7 KiB
JSON
62 lines
1.7 KiB
JSON
{
|
|
"name": "@project-serum/anchor",
|
|
"version": "0.10.0",
|
|
"description": "Anchor client",
|
|
"main": "dist/cjs/index.js",
|
|
"module": "dist/esm/index.js",
|
|
"license": "(MIT OR Apache-2.0)",
|
|
"types": "dist/index.d.ts",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"engines": {
|
|
"node": ">=11"
|
|
},
|
|
"scripts": {
|
|
"build": "rm -rf dist/ && yarn build:node",
|
|
"build:node": "tsc && tsc -p tsconfig.cjs.json",
|
|
"lint:fix": "prettier src/** -w",
|
|
"watch": "tsc -p tsconfig.cjs.json --watch",
|
|
"prepublishOnly": "yarn build",
|
|
"docs": "typedoc --excludePrivate --includeVersion --out ../docs/src/.vuepress/dist/ts/ --readme none src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@project-serum/borsh": "^0.2.2",
|
|
"@solana/web3.js": "^1.17.0",
|
|
"base64-js": "^1.5.1",
|
|
"bn.js": "^5.1.2",
|
|
"bs58": "^4.0.1",
|
|
"buffer-layout": "^1.2.0",
|
|
"camelcase": "^5.3.1",
|
|
"crypto-hash": "^1.3.0",
|
|
"eventemitter3": "^4.0.7",
|
|
"find": "^0.3.0",
|
|
"js-sha256": "^0.9.0",
|
|
"pako": "^2.0.3",
|
|
"snake-case": "^3.0.4",
|
|
"toml": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/cli": "^11.0.0",
|
|
"@commitlint/config-conventional": "^11.0.0",
|
|
"@types/bn.js": "^4.11.6",
|
|
"@types/bs58": "^4.0.1",
|
|
"@types/crypto-hash": "^1.1.2",
|
|
"@types/jest": "^26.0.15",
|
|
"@types/pako": "^1.0.1",
|
|
"@typescript-eslint/eslint-plugin": "^4.6.0",
|
|
"@typescript-eslint/parser": "^4.6.0",
|
|
"eslint": "^7.12.1",
|
|
"eslint-config-prettier": "^6.15.0",
|
|
"husky": "^4.3.0",
|
|
"jest": "26.6.0",
|
|
"jest-config": "26.6.0",
|
|
"lint-staged": "^10.5.0",
|
|
"prettier": "^2.1.2",
|
|
"ts-jest": "^26.4.3",
|
|
"ts-node": "^9.0.0",
|
|
"typedoc": "^0.20.36",
|
|
"typescript": "^4.0.5"
|
|
}
|
|
}
|