PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/casper-js-sdk
Просмотр файла: package.json
{
"name": "casper-js-sdk",
"version": "2.7.6",
"license": "Apache 2.0",
"description": "SDK to interact with the Casper blockchain",
"homepage": "https://github.com/casper-ecosystem/casper-js-sdk#README.md",
"repository": {
"type": "git",
"url": "https://github.com/casper-ecosystem/casper-js-sdk.git"
},
"main": "dist/lib.node.js",
"browser": "dist/lib.js",
"types": "dist/index.d.ts",
"scripts": {
"prepare": "husky-run install",
"prepublishOnly": "npm run build && npm run test",
"lint": "eslint src/ --fix",
"prebuild": "npm run clean && npm run lint",
"build": "webpack --config webpack.config.js",
"clean": "rm -rf ./dist",
"~build": "tsc --watch",
"test:nctl": "TS_NODE_FILES=true mocha -r ts-node/register test/nctl/*.test.ts --timeout 5000000",
"test": "TS_NODE_FILES=true mocha -r ts-node/register test/**/*.test.ts src/lib/CLValue/*.test.ts",
"test2": "TS_NODE_FILES=true mocha -r ts-node/register src/lib/CLValue/ByteArray.test.ts",
"test:coverage": "nyc npm run test",
"docs": "typedoc --out docs/ src",
"publish-doc": "yarn run docs && gh-pages -d docs -r https://github.com/casper-ecosystem/casper-client-sdk-docs"
},
"keywords": [
"Casper",
"BlockChain",
"sdk"
],
"author": "AbnerZheng <abner@casper.io>",
"lint-staged": {
"src/**/*.{ts,tsx}": [
"eslint --fix",
"git add"
],
"*.{js,css,md}": "prettier --write"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/express": "^4.17.0",
"@types/humanize-duration": "^3.18.1",
"@types/mocha": "^5.2.7",
"@types/node": "^14.14.31",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"chai": "^4.2.0",
"concurrently": "^6.0.0",
"copy-webpack-plugin": "^9.0.1",
"crypto-browserify": "^3.12.0",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-jsdoc": "^32.2.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"gh-pages": "^3.1.0",
"husky": "^4.3.8",
"lint-staged": "^10.5.4",
"minimist": ">=1.2.3",
"mocha": "^6.2.3",
"nodemon": "^2.0.2",
"nyc": "^15.1.0",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"ts-loader": "^8.0.17",
"ts-node": "^8.4.1",
"ts-protoc-gen": "^0.10.0",
"tsconfig-paths": "^3.9.0",
"tslint": "^6.1.3",
"typedoc": "^0.17.8",
"typescript": "^3.9.9",
"url": "^0.11.0",
"webpack-cli": "^4.5.0",
"webpack-node-externals": "^2.5.2"
},
"dependencies": {
"@ethersproject/bignumber": "^5.0.8",
"@ethersproject/bytes": "^5.0.5",
"@ethersproject/constants": "^5.0.5",
"@open-rpc/client-js": "^1.6.2",
"@types/eccrypto": "^1.1.2",
"@types/ws": "^8.2.2",
"blakejs": "^1.1.0",
"eccrypto": "^1.1.6",
"eslint-plugin-prettier": "^3.4.0",
"ethereum-cryptography": "^0.1.3",
"glob": "^7.1.6",
"humanize-duration": "^3.24.0",
"key-encoder": "^2.0.3",
"reflect-metadata": "^0.1.13",
"ts-results": "^3.2.1",
"tweetnacl-ts": "^1.0.3",
"tweetnacl-util": "^0.15.0",
"typedjson": "^1.6.0-rc2",
"webpack": "^5.24.3"
}
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!