{ "name": "@pushrocks/smartscaf", "version": "4.0.1", "private": false, "description": "scaffold projects quickly", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "scripts": { "test": "(tstest test/)", "build": "(tsbuild)", "buildDocs": "tsdoc" }, "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.63", "@gitzone/tsrun": "^1.2.37", "@gitzone/tstest": "^1.0.71", "@pushrocks/tapbundle": "^5.0.3", "@types/node": "^18.0.0", "tslint": "^6.0.0", "tslint-config-prettier": "^1.18.0" }, "dependencies": { "@pushrocks/lik": "^6.0.0", "@pushrocks/smartfile": "^10.0.2", "@pushrocks/smartfm": "^2.0.4", "@pushrocks/smarthbs": "^2.0.8", "@pushrocks/smartinteract": "^2.0.11", "@pushrocks/smartparam": "^1.1.6", "@pushrocks/smartpromise": "^3.1.7", "@pushrocks/smartshell": "^2.0.30", "@pushrocks/smartyaml": "^2.0.5" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", "npmextra.json", "readme.md" ], "type": "module", "browserslist": [ "last 1 chrome versions" ] }