fix(smartpnpm): harden pnpm license parsing and modernize test and package configuration

This commit is contained in:
2026-05-01 21:39:17 +00:00
parent cc99ce58db
commit 5e8416d7f7
11 changed files with 6896 additions and 4896 deletions
+14 -12
View File
@@ -3,26 +3,26 @@
"version": "1.0.6",
"private": false,
"description": "A library for integrating pnpm package management capabilities within your code.",
"exports": {
".": "./dist_ts/index.js"
},
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
"type": "module",
"author": "Task Venture Capital GmbH",
"author": "Task Venture Capital GmbH <hello@task.vc>",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --web)",
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "(tsdoc)"
"test": "tstest test/",
"build": "tsbuild",
"buildDocs": "tsdoc"
},
"devDependencies": {
"@git.zone/tsbuild": "^2.1.25",
"@git.zone/tsbundle": "^2.0.5",
"@git.zone/tsrun": "^1.2.46",
"@git.zone/tstest": "^1.0.44",
"@push.rocks/tapbundle": "^5.0.3",
"@types/node": "^20.8.4"
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tstest": "^3.6.3",
"@types/node": "^25.6.0"
},
"dependencies": {
"@push.rocks/smartshell": "^3.0.3"
"@push.rocks/smartshell": "^3.3.8"
},
"browserslist": [
"last 1 chrome versions"
@@ -36,6 +36,8 @@
"dist_ts_web/**/*",
"assets/**/*",
"cli.js",
".smartconfig.json",
"license",
"npmextra.json",
"readme.md"
],
@@ -51,4 +53,4 @@
"type": "git",
"url": "https://code.foss.global/push.rocks/smartpnpm.git"
}
}
}