console-app/package.json
Timo Hocker 7395241329
All checks were successful
continuous-integration/drone/push Build is passing
update-scanner: automatic update
@sapphirecode/eslint-config-ts: 1.1.19 ==> 1.1.20 minor
@sapphirecode/modelling: 1.1.9 ==> 1.1.10 minor
yargs: 15.4.0 ==> 15.4.1 minor
2020-07-16 10:52:47 +02:00

41 lines
1020 B
JSON

{
"name": "@sapphirecode/console-app",
"version": "2.0.10",
"main": "dist/lib/index.js",
"author": "Timo Hocker <timo@scode.ovh>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@git.scode.ovh:timo/console-app"
},
"description": "read parameters from env, console args or interactively",
"devDependencies": {
"@ava/typescript": "^1.1.1",
"@sapphirecode/eslint-config-ts": "^1.1.4",
"@types/fs-extra": "^9.0.0",
"@types/hjson": "^2.4.1",
"@types/yargs": "^15.0.5",
"ava": "^3.8.2",
"eslint": "^7.0.0",
"nyc": "^15.0.1",
"typescript": "^3.9.2"
},
"scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
"test": "tsc && nyc ava",
"compile": "tsc"
},
"files": [
"LICENSE",
"/dist/lib/",
"/lib/"
],
"dependencies": {
"@sapphirecode/modelling": "^1.0.35",
"@sapphirecode/utilities": "^1.3.4",
"enquirer": "^2.3.5",
"fs-extra": "^9.0.0",
"hjson": "^3.2.1",
"yargs": "^15.3.1"
}
}