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