87 lines
2.9 KiB
JSON
87 lines
2.9 KiB
JSON
{
|
|
"name": "@solana/web3.js",
|
|
"version": "0.0.7-2",
|
|
"description": "Solana Javascript API",
|
|
"keywords": [
|
|
"api",
|
|
"blockchain"
|
|
],
|
|
"license": "MIT",
|
|
"author": "Solana Labs, Inc",
|
|
"homepage": "https://solana.com/",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://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",
|
|
"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 DOITLIVE=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",
|
|
"flow": "flow-typed install jest@22 && flow",
|
|
"flow:watch": "watch 'flow' . --wait=1 --ignoreDirectoryPattern=/doc/",
|
|
"lint": "eslint .",
|
|
"lint:fix": "npm run lint -- --fix",
|
|
"lint:watch": "watch 'npm run lint:fix' . --wait=1 --ignoreDirectoryPattern=/doc/",
|
|
"ok": "npm run lint && npm run flow && npm run test && npm run doc",
|
|
"prepare": "npm run clean && npm run ok && npm run build"
|
|
},
|
|
"dependencies": {
|
|
"babel-runtime": "^6.26.0",
|
|
"bs58": "^4.0.1",
|
|
"jayson": "^2.0.6",
|
|
"node-fetch": "^2.2.0",
|
|
"superstruct": "^0.6.0",
|
|
"tweetnacl": "^1.0.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-plugin-import": "2.14.0",
|
|
"eslint-plugin-jest": "21.22.1",
|
|
"flow-bin": "0.81.0",
|
|
"flow-typed": "2.5.1",
|
|
"fs-file-tree": "1.0.6",
|
|
"jest": "23.6.0",
|
|
"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",
|
|
"watch": "^1.0.2"
|
|
}
|
|
}
|