{ "name": "@push.rocks/smartscaf", "version": "4.0.21", "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/ --verbose --logfile --timeout 60)", "build": "(tsbuild --web)", "buildDocs": "tsdoc" }, "repository": { "type": "git", "url": "https://code.foss.global/push.rocks/smartscaf.git" }, "author": "Lossless GmbH", "license": "MIT", "bugs": { "url": "https://code.foss.global/push.rocks/smartscaf/issues" }, "homepage": "https://code.foss.global/push.rocks/smartscaf#readme", "keywords": [ "typescript", "scaffolding", "template rendering", "file handling", "project setup", "smart interaction", "yaml", "cli tool" ], "devDependencies": { "@git.zone/tsbuild": "^4.4.0", "@git.zone/tsrun": "^2.0.2", "@git.zone/tstest": "^3.6.3", "@types/node": "^25.6.0" }, "dependencies": { "@push.rocks/lik": "^6.4.1", "@push.rocks/smartfile": "^13.1.3", "@push.rocks/smartfm": "^2.2.2", "@push.rocks/smartfs": "^1.5.1", "@push.rocks/smarthbs": "^3.0.5", "@push.rocks/smartinteract": "^2.0.16", "@push.rocks/smartobject": "^1.0.12", "@push.rocks/smartpromise": "^4.2.3", "@push.rocks/smartshell": "^3.3.8", "@push.rocks/smartyaml": "^3.0.4" }, "files": [ "ts/**/*", "ts_web/**/*", "dist/**/*", "dist_*/**/*", "dist_ts/**/*", "dist_ts_web/**/*", "assets/**/*", "cli.js", ".smartconfig.json", "license", "npmextra.json", "readme.md" ], "type": "module", "browserslist": [ "last 1 chrome versions" ], "packageManager": "pnpm@10.28.2" }