Files
npmextra/package.json

78 lines
2.1 KiB
JSON
Raw Normal View History

2016-07-14 00:14:28 +02:00
{
2023-07-10 02:41:42 +02:00
"name": "@push.rocks/npmextra",
2025-08-16 12:42:51 +00:00
"version": "5.3.2",
"private": false,
2024-06-12 20:18:27 +02:00
"description": "A utility to enhance npm with additional configuration, tool management capabilities, and a key-value store for project setups.",
2021-01-27 21:00:49 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2016-07-14 00:14:28 +02:00
"scripts": {
"test": "(tstest test/ --verbose --logfile --timeout 20)",
2023-08-03 19:28:10 +02:00
"build": "(tsbuild --web --allowimplicitany)",
2023-08-03 19:22:34 +02:00
"buildDocs": "tsdoc"
2016-07-14 00:14:28 +02:00
},
"repository": {
"type": "git",
2024-05-29 14:11:24 +02:00
"url": "https://code.foss.global/push.rocks/npmextra.git"
2016-07-14 00:14:28 +02:00
},
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://code.foss.global/push.rocks/npmextra/issues"
2016-07-14 00:14:28 +02:00
},
"homepage": "https://code.foss.global/push.rocks/npmextra#readme",
2016-07-17 01:23:22 +02:00
"dependencies": {
"@push.rocks/qenv": "^6.1.3",
"@push.rocks/smartfile": "^11.2.5",
2024-06-12 20:04:04 +02:00
"@push.rocks/smartjson": "^5.0.20",
"@push.rocks/smartlog": "^3.1.8",
"@push.rocks/smartpath": "^6.0.0",
"@push.rocks/smartpromise": "^4.2.3",
"@push.rocks/smartrx": "^3.0.10",
2024-06-19 17:53:10 +02:00
"@push.rocks/taskbuffer": "^3.1.7",
"@tsclass/tsclass": "^9.2.0"
2016-07-17 01:23:22 +02:00
},
2017-07-20 17:13:01 +02:00
"devDependencies": {
"@git.zone/tsbuild": "^2.6.4",
"@git.zone/tsrun": "^1.3.3",
"@git.zone/tstest": "^2.3.2",
"@types/node": "^22"
2019-09-16 13:19:42 +02:00
},
"files": [
2021-01-27 21:00:49 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
2019-09-16 13:19:42 +02:00
"cli.js",
"npmextra.json",
"readme.md"
2021-01-27 21:00:49 +00:00
],
"browserslist": [
"last 1 chrome versions"
2023-08-03 19:22:34 +02:00
],
2024-04-14 03:45:31 +02:00
"type": "module",
"keywords": [
"npm",
"configuration management",
"tool management",
"key-value store",
"project setup",
"typescript",
"environment setup",
"dependencies management",
2024-06-12 20:18:27 +02:00
"npm package enhancement",
"automation",
"async operations",
"app configuration",
2024-06-12 20:21:51 +02:00
"smart file handling",
"workflow improvement",
"persistent storage"
],
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
"pnpm": {
"overrides": {}
}
2024-06-12 20:21:52 +02:00
}