Files
stacks-blockchain-api/package.json
2020-02-19 18:13:27 -05:00

44 lines
1.2 KiB
JSON

{
"name": "@blockstack/blockstack-core-sidecar",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx -f codeframe",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx -f codeframe --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blockstack/blockstack-core-sidecar.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/blockstack/blockstack-core-sidecar/issues"
},
"homepage": "https://github.com/blockstack/blockstack-core-sidecar#readme",
"prettier": "@blockstack/prettier-config",
"engines": {
"node": ">=13"
},
"dependencies": {
"@types/node": "^13.7.4",
"big-integer": "^1.6.48",
"smart-buffer": "^4.1.0",
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
},
"devDependencies": {
"@blockstack/prettier-config": "0.0.5",
"@typescript-eslint/eslint-plugin": "^2.20.0",
"@typescript-eslint/parser": "^2.20.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-tsdoc": "^0.2.1",
"prettier": "1.19.1"
}
}