119 lines
4.0 KiB
JSON
119 lines
4.0 KiB
JSON
{
|
|
"name": "@solana/web3.js",
|
|
"version": "0.0.0-development",
|
|
"description": "Solana Javascript API",
|
|
"keywords": [
|
|
"api",
|
|
"blockchain"
|
|
],
|
|
"license": "MIT",
|
|
"author": "Solana Labs, Inc",
|
|
"homepage": "https://solana.com/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/solana-labs/solana-web3.js.git"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/solana-labs/solana-web3.js.git/issues"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "lib/index.cjs.js",
|
|
"module": "lib/index.esm.js",
|
|
"bin": {
|
|
"solana-localnet": "bin/localnet.sh"
|
|
},
|
|
"files": [
|
|
"/bin",
|
|
"/doc",
|
|
"/examples",
|
|
"/bpf-sdk",
|
|
"/lib",
|
|
"/module.flow.js",
|
|
"/src"
|
|
],
|
|
"scripts": {
|
|
"clean": "rimraf ./coverage ./lib",
|
|
"dev": "cross-env NODE_ENV=development rollup -c",
|
|
"build": "cross-env NODE_ENV=production rollup -c",
|
|
"doc": "esdoc; node -p '\"\\nDocumentation coverage: \" + require(\"./doc/coverage.json\").coverage'",
|
|
"doc:watch": "watch 'npm run doc' . --wait=1 --ignoreDirectoryPattern=/doc/",
|
|
"test": "cross-env NODE_ENV=test jest --useStderr",
|
|
"test:live": "cross-env NODE_ENV=test TEST_LIVE=1 jest --useStderr",
|
|
"test:watch": "cross-env NODE_ENV=test jest --watch --useStderr",
|
|
"test:cover": "cross-env NODE_ENV=test jest --coverage --useStderr",
|
|
"codecov": "npm run test:cover && cat ./coverage/lcov.info | codecov",
|
|
"fetch-bpf-sdk": "test -d bpf-sdk || curl http://solana-sdk.s3.amazonaws.com/0.10.0/bpf-sdk.tar.bz2 | tar jxv",
|
|
"flow": "flow stop; flow-typed install jest@22 && flow",
|
|
"flow:watch": "flow stop; watch 'flow' . --wait=1 --ignoreDirectoryPattern=/doc/",
|
|
"flow:stop": "flow stop",
|
|
"lint": "npm run pretty && eslint .",
|
|
"lint:fix": "npm run lint -- --fix",
|
|
"lint:watch": "watch 'npm run lint:fix' . --wait=1 --ignoreDirectoryPattern=/doc/",
|
|
"localnet:up": "bin/localnet.sh up",
|
|
"localnet:down": "bin/localnet.sh down",
|
|
"localnet:update": "bin/localnet.sh update",
|
|
"localnet:logs": "bin/localnet.sh logs -f",
|
|
"ok": "npm run pretty && npm run lint && npm run flow && npm run test && npm run doc",
|
|
"pretty": "prettier --write '{,{examples,src,test}/**/}*.js'",
|
|
"prepare": "npm run clean && npm run ok && npm run fetch-bpf-sdk && npm run build",
|
|
"examples": "set -ex; for example in examples/*.js; do node $example; done",
|
|
"re": "semantic-release --repository-url git@github.com:solana-labs/solana-web3.js.git"
|
|
},
|
|
"dependencies": {
|
|
"babel-runtime": "^6.26.0",
|
|
"bn.js": "^4.11.8",
|
|
"bs58": "^4.0.1",
|
|
"buffer-layout": "^1.2.0",
|
|
"elfy": "^0.1.0",
|
|
"jayson": "^2.0.6",
|
|
"mz": "^2.7.0",
|
|
"node-fetch": "^2.2.0",
|
|
"rpc-websockets": "^4.3.3",
|
|
"superstruct": "^0.6.0",
|
|
"tweetnacl": "^1.0.0",
|
|
"ws": "^6.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "6.26.3",
|
|
"babel-eslint": "10.0.0",
|
|
"babel-plugin-module-resolver": "3.1.1",
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
"babel-preset-env": "1.7.0",
|
|
"babel-preset-flow": "6.23.0",
|
|
"babel-preset-stage-0": "6.24.1",
|
|
"codecov": "^3.0.4",
|
|
"cross-env": "5.2.0",
|
|
"enzyme": "3.6.0",
|
|
"esdoc": "^1.1.0",
|
|
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
|
|
"esdoc-flow-type-plugin": "^1.1.0",
|
|
"esdoc-importpath-plugin": "^1.0.2",
|
|
"esdoc-standard-plugin": "^1.0.0",
|
|
"eslint": "5.6.0",
|
|
"eslint-config-prettier": "^3.1.0",
|
|
"eslint-plugin-import": "2.14.0",
|
|
"eslint-plugin-jest": "21.22.1",
|
|
"eslint-plugin-prettier": "^3.0.0",
|
|
"flow-bin": "0.84.0",
|
|
"flow-typed": "2.5.1",
|
|
"fs-file-tree": "1.0.6",
|
|
"jest": "23.6.0",
|
|
"marked": "^0.5.1",
|
|
"prettier": "^1.14.3",
|
|
"rimraf": "2.6.2",
|
|
"rollup": "0.66.2",
|
|
"rollup-plugin-babel": "3.0.3",
|
|
"rollup-plugin-commonjs": "9.1.8",
|
|
"rollup-plugin-json": "^3.0.0",
|
|
"rollup-plugin-node-builtins": "^2.1.2",
|
|
"rollup-plugin-node-globals": "^1.2.1",
|
|
"rollup-plugin-node-resolve": "3.4.0",
|
|
"rollup-plugin-replace": "2.0.0",
|
|
"rollup-plugin-uglify": "3.0.0",
|
|
"semantic-release": "^15.9.16",
|
|
"watch": "^1.0.2"
|
|
}
|
|
}
|