console-app/package.json
2020-05-05 13:32:40 +02:00

33 lines
757 B
JSON

{
"name": "@scode/console-app",
"version": "1.0.0",
"main": "dist/index.js",
"author": "Timo Hocker <timo@scode.ovh>",
"license": "MIT",
"devDependencies": {
"@ava/typescript": "^1.1.1",
"@scode/eslint-config-ts": "^1.0.31",
"@types/fs-extra": "^8.1.0",
"@types/yargs": "^15.0.4",
"ava": "^3.8.1",
"eslint": "^6.8.0",
"nyc": "^15.0.1",
"typescript": "^3.8.3"
},
"scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx,.vue,.mjs",
"test": "echo \"no test\"",
"compile": "tsc",
"ci": "yarn && node jenkins.js"
},
"files": [
"LICENSE",
"/dist/"
],
"dependencies": {
"@scode/modelling": "^1.0.26",
"enquirer": "^2.3.5",
"fs-extra": "^9.0.0",
"yargs": "^15.3.1"
}
}