{ "name": "@pushrocks/smartscaf", "version": "3.0.8", "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.0.13", "@types/node": "^12.7.9" }, "dependencies": { "@pushrocks/lik": "^3.0.11", "@pushrocks/smartfile": "^7.0.6", "@pushrocks/smartfm": "^2.0.4", "@pushrocks/smarthbs": "^2.0.8", "@pushrocks/smartinteract": "^2.0.4", "@pushrocks/smartpromise": "^3.0.6", "@pushrocks/smartyaml": "^2.0.3" }, "files": [ "ts/*", "ts_web/*", "dist/*", "dist_web/*", "dist_ts_web/*", "assets/*", "cli.js", "npmextra.json", "readme.md" ] }