{ "name": "@pushrocks/smartscaf", "version": "4.0.12", "private": false, "description": "scaffold projects quickly", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", "scripts": { "test": "(tstest test/)", "build": "(tsbuild --web --allowimplicitany)", "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.66", "@gitzone/tsrun": "^1.2.42", "@gitzone/tstest": "^1.0.74", "@pushrocks/tapbundle": "^5.0.8", "@types/node": "^20.3.1" }, "dependencies": { "@pushrocks/lik": "^6.0.2", "@pushrocks/smartfile": "^10.0.17", "@pushrocks/smartfm": "^2.0.4", "@pushrocks/smarthbs": "^3.0.3", "@pushrocks/smartinteract": "^2.0.11", "@pushrocks/smartparam": "^1.1.6", "@pushrocks/smartpromise": "^4.0.2", "@pushrocks/smartshell": "^3.0.3", "@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" ] }