mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
731 B
29 lines
731 B
{
|
|
"name": "shell-exec",
|
|
"version": "1.0.2",
|
|
"description": "A tiny cross-platform promise based wrapper around child_process.spawn.",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"url": "https://github.com/tiaanduplessis/shell-exec",
|
|
"type": "git"
|
|
},
|
|
"homepage": "https://github.com/tiaanduplessis/shell-exec",
|
|
"bugs": "https://github.com/tiaanduplessis/shell-exec",
|
|
"main": "index.js",
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"scripts": {
|
|
"test": "jest",
|
|
"lint": "standard --fix index.js",
|
|
"start": "yarn test",
|
|
"pretest": "yarn lint",
|
|
"precommit": "yarn test"
|
|
},
|
|
"author": "Tiaan du Plessis",
|
|
"devDependencies": {
|
|
"husky": "^0.14.3",
|
|
"jest": "^22.4.3",
|
|
"standard": "^12.0.0"
|
|
}
|
|
}
|
|
|