PHP WebShell
Текущая директория: /usr/lib/node_modules/bitgo/node_modules/@stacks/transactions
Просмотр файла: package.json
{
"name": "@stacks/transactions",
"version": "2.0.1",
"description": "Javascript library for constructing transactions on the Stacks blockchain.",
"homepage": "https://blockstack.org",
"license": "GPL-3.0-or-later",
"files": [
"dist",
"src"
],
"author": {
"name": "Blockstack PBC",
"email": "admin@blockstack.com",
"url": "https://blockstack.com"
},
"contributors": [
{
"name": "Ken Liao"
},
{
"name": "Reed Rosenbluth"
},
{
"name": "Matthew Little"
}
],
"devDependencies": {
"@types/common-tags": "^1.8.0",
"@types/jest": "^26.0.22",
"@types/lodash": "^4.14.160",
"common-tags": "^1.8.0",
"jest": "^26.6.3",
"jest-fetch-mock": "^3.0.3",
"jest-module-name-mapper": "^0.1.5",
"rimraf": "^3.0.2",
"ts-jest": "^26.5.5",
"ts-loader": "^9.1.1",
"typescript": "^4.2.4",
"webpack": "^5.36.1",
"webpack-cli": "^4.6.0"
},
"dependencies": {
"@stacks/common": "^2.0.1",
"@stacks/network": "^1.2.2",
"@types/bn.js": "^4.11.6",
"@types/elliptic": "^6.4.12",
"@types/node": "^14.14.43",
"@types/randombytes": "^2.0.0",
"@types/sha.js": "^2.4.0",
"bn.js": "^4.12.0",
"c32check": "^1.1.2",
"cross-fetch": "^3.1.4",
"elliptic": "^6.5.4",
"lodash": "^4.17.20",
"randombytes": "^2.1.0",
"ripemd160-min": "^0.0.6",
"sha.js": "^2.4.11",
"smart-buffer": "^4.1.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blockstack/blockstack.js.git"
},
"scripts": {
"start": "tsc -b tsconfig.build.json --watch --verbose",
"build": "npm run clean && npm run build:cjs && npm run build:esm",
"build:cjs": "tsc -b tsconfig.build.json",
"build:esm": "tsc -p tsconfig.build.json --module ES6 --outDir ./dist/esm",
"build:umd": "webpack --config webpack.config.js",
"clean": "rimraf dist && tsc -b tsconfig.build.json --clean",
"typecheck": "tsc --noEmit",
"typecheck:watch": "npm run typecheck -- --watch",
"test": "jest --coverage",
"prepublishOnly": "npm run test && npm run build && npm run build:umd"
},
"bugs": {
"url": "https://github.com/blockstack/blockstack.js.gi/issues"
},
"sideEffects": false,
"main": "dist/index.js",
"module": "dist/esm/index.js",
"typings": "dist/index.d.ts",
"umd:main": "dist/index.umd.js",
"unpkg": "dist/index.umd.js",
"gitHead": "d00f05d35ce919d6720678528df383e109f6ed51"
}
Выполнить команду
Для локальной разработки. Не используйте в интернете!