Files
stacks-blockchain-api/package.json
2020-03-19 12:08:08 +01:00

54 lines
1.6 KiB
JSON

{
"name": "@blockstack/blockstack-core-sidecar",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "cross-env NODE_ENV=development jest --config ./jest.config.js --coverage",
"build": "tsc",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx -f codeframe",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx -f codeframe --fix",
"migrate": "ts-node node_modules/.bin/node-pg-migrate -j ts"
},
"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",
"@types/pg": "^7.14.3",
"big-integer": "^1.6.48",
"cross-env": "^7.0.2",
"dotenv": "^8.2.0",
"node-pg-migrate": "^4.2.3",
"pg": "^7.18.2",
"smart-buffer": "^4.1.0",
"stacks-transactions-js": "github:blockstack/stacks-transactions-js#f9e93e4",
"ts-node": "^8.6.2",
"typescript": "^3.7.5"
},
"devDependencies": {
"@blockstack/prettier-config": "0.0.5",
"@types/jest": "^25.1.4",
"@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",
"jest": "^25.1.0",
"prettier": "1.19.1",
"ts-jest": "^25.2.1"
}
}