{ "name": "@push.rocks/smartscaf", "version": "4.0.15", "private": false, "description": "A project aimed at quickly scaffolding projects with support for TypeScript, smart file handling, and template rendering.", "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": "https://code.foss.global/push.rocks/smartscaf.git" }, "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://gitlab.com/pushrocks/smartscaf/issues" }, "homepage": "https://code.foss.global/push.rocks/smartscaf", "keywords": [ "typescript", "scaffolding", "template rendering", "file handling", "project setup", "smart interaction", "yaml", "cli tool" ], "devDependencies": { "@gitzone/tsbuild": "^2.1.66", "@gitzone/tsrun": "^1.2.44", "@gitzone/tstest": "^1.0.77", "@push.rocks/tapbundle": "^5.0.12", "@types/node": "^20.4.4" }, "dependencies": { "@push.rocks/lik": "^6.0.3", "@push.rocks/smartfile": "^10.0.28", "@push.rocks/smartfm": "^2.0.4", "@push.rocks/smarthbs": "^3.0.3", "@push.rocks/smartinteract": "^2.0.14", "@push.rocks/smartparam": "^1.1.10", "@push.rocks/smartpromise": "^4.0.2", "@push.rocks/smartshell": "^3.0.3", "@push.rocks/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" ] }