36 lines
870 B
JSON
36 lines
870 B
JSON
{
|
|
"name": "smartshell",
|
|
"version": "1.0.7",
|
|
"description": "shell actions designed as promises",
|
|
"main": "dist/index.js",
|
|
"typings": "dist/index.d.ts",
|
|
"scripts": {
|
|
"test": "(npmts --notest && ts-node --compilerOptions '{\"target\":\"es6\"}' test/test.ts)"
|
|
},
|
|
"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": {
|
|
"tapbundle": "^1.0.14"
|
|
},
|
|
"dependencies": {
|
|
"@types/shelljs": "^0.7.2",
|
|
"@types/which": "^1.0.28",
|
|
"shelljs": "^0.7.8",
|
|
"smartq": "^1.1.1",
|
|
"typings-global": "^1.0.19",
|
|
"which": "^1.2.14"
|
|
}
|
|
}
|