2017-02-12 12:13:08 +00:00
|
|
|
{
|
|
|
|
"name": "smartshell",
|
2017-09-09 11:20:26 +00:00
|
|
|
"version": "1.0.14",
|
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": {
|
2017-07-18 13:17:05 +00:00
|
|
|
"test": "(npmts)",
|
|
|
|
"testLocal": "(ts-node --compilerOptions '{\"target\":\"es6\"}' test/test.ts)"
|
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": {
|
2017-07-16 14:19:48 +00:00
|
|
|
"tapbundle": "^1.1.1"
|
2017-02-12 12:13:08 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-09-09 11:20:24 +00:00
|
|
|
"@types/shelljs": "^0.7.4",
|
2017-03-11 12:46:08 +00:00
|
|
|
"@types/which": "^1.0.28",
|
2017-06-22 16:17:45 +00:00
|
|
|
"shelljs": "^0.7.8",
|
2017-07-16 14:19:48 +00:00
|
|
|
"smartq": "^1.1.6",
|
2017-09-09 11:20:24 +00:00
|
|
|
"typings-global": "^1.0.20",
|
|
|
|
"which": "^1.3.0"
|
2017-02-12 12:13:08 +00:00
|
|
|
}
|
|
|
|
}
|