smartshell/package.json

41 lines
996 B
JSON
Raw Normal View History

2017-02-12 12:13:08 +00:00
{
"name": "@pushrocks/smartshell",
"private": false,
2018-12-14 17:36:23 +00:00
"version": "2.0.13",
2017-02-12 12:13:08 +00:00
"description": "shell actions designed as promises",
"main": "dist/index.js",
2017-03-08 15:51:02 +00:00
"typings": "dist/index.d.ts",
2017-02-12 12:13:08 +00:00
"scripts": {
2018-08-05 21:27:37 +00:00
"test": "(tstest test/)",
"build": "(tsbuild)"
2017-02-12 12:13:08 +00:00
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/smartshell.git"
},
"keywords": [
"shell",
"promise"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/smartshell/issues"
},
"homepage": "https://gitlab.com/pushrocks/smartshell#README",
"devDependencies": {
2018-10-28 18:12:15 +00:00
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tsrun": "^1.1.13",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
2018-11-26 16:46:31 +00:00
"@types/node": "^10.12.10",
2018-10-28 18:12:15 +00:00
"tslint": "^5.11.0",
2018-11-26 16:46:31 +00:00
"tslint-config-prettier": "^1.16.0"
2017-02-12 12:13:08 +00:00
},
"dependencies": {
"@pushrocks/smartpromise": "^2.0.5",
"@types/which": "^1.3.1",
"which": "^1.3.1"
2017-02-12 12:13:08 +00:00
}
2018-12-14 17:36:23 +00:00
}