{ "name": "@pushrocks/smartscaf", "version": "3.0.10", "private": false, "description": "scaffold projects quickly", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/pushrocks/smartscaf.git" }, "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/smartscaf/issues" }, "homepage": "https://gitlab.com/pushrocks/smartscaf#README", "keywords": [ "scaffold", "polymer", "npm" ], "devDependencies": { "@gitzone/tsbuild": "^2.1.17", "@gitzone/tsrun": "^1.2.8", "@gitzone/tstest": "^1.0.28", "@pushrocks/tapbundle": "^3.2.0", "@types/node": "^13.5.3", "tslint": "^6.0.0", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@pushrocks/lik": "^3.0.13", "@pushrocks/smartfile": "^7.0.6", "@pushrocks/smartfm": "^2.0.4", "@pushrocks/smarthbs": "^2.0.8", "@pushrocks/smartinteract": "^2.0.4", "@pushrocks/smartparam": "^1.1.3", "@pushrocks/smartpromise": "^3.0.6", "@pushrocks/smartshell": "^2.0.25", "@pushrocks/smartyaml": "^2.0.3" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_web/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ] }