Files
smartscaf/package.json
T

71 lines
1.8 KiB
JSON
Raw Normal View History

2017-04-28 14:09:42 +02:00
{
2023-07-10 10:18:08 +02:00
"name": "@push.rocks/smartscaf",
2026-03-24 16:49:58 +00:00
"version": "4.0.21",
"private": false,
2024-04-14 18:16:55 +02:00
"description": "A project aimed at quickly scaffolding projects with support for TypeScript, smart file handling, and template rendering.",
2022-06-25 03:19:16 +02:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2017-04-28 14:09:42 +02:00
"scripts": {
"test": "(tstest test/ --verbose --logfile --timeout 60)",
"build": "(tsbuild --web)",
2022-06-25 03:19:16 +02:00
"buildDocs": "tsdoc"
2017-04-28 14:09:42 +02:00
},
"repository": {
"type": "git",
2024-05-29 14:16:04 +02:00
"url": "https://code.foss.global/push.rocks/smartscaf.git"
2017-04-28 14:09:42 +02:00
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://code.foss.global/push.rocks/smartscaf/issues"
2017-04-28 14:09:42 +02:00
},
"homepage": "https://code.foss.global/push.rocks/smartscaf#readme",
2017-04-28 14:09:42 +02:00
"keywords": [
2024-04-14 18:16:55 +02:00
"typescript",
"scaffolding",
"template rendering",
"file handling",
"project setup",
"smart interaction",
"yaml",
"cli tool"
2017-04-29 00:44:23 +02:00
],
"devDependencies": {
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsrun": "^2.0.2",
"@git.zone/tstest": "^3.6.3",
"@types/node": "^25.6.0"
2017-04-29 00:44:23 +02:00
},
"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"
2019-09-10 18:03:33 +02:00
},
"files": [
2020-01-31 14:51:05 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
2022-06-25 03:19:16 +02:00
"dist_*/**/*",
"dist_ts/**/*",
2020-01-31 14:51:05 +00:00
"dist_ts_web/**/*",
"assets/**/*",
2019-09-10 18:03:33 +02:00
"cli.js",
".smartconfig.json",
"license",
2019-09-10 18:03:33 +02:00
"npmextra.json",
"readme.md"
2022-06-25 03:19:16 +02:00
],
"type": "module",
"browserslist": [
"last 1 chrome versions"
],
"packageManager": "pnpm@10.28.2"
}