67 lines
1.8 KiB
JSON
67 lines
1.8 KiB
JSON
{
|
|
"name": "@push.rocks/smartnpm",
|
|
"version": "2.0.5",
|
|
"private": false,
|
|
"description": "A library to interface with npm for retrieving package information and manipulation.",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"author": "Lossless GmbH",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "(tstest test/ --verbose --logfile --timeout 120)",
|
|
"build": "(tsbuild --web --allowimplicitany)",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^2.6.6",
|
|
"@git.zone/tsrun": "^1.3.3",
|
|
"@git.zone/tstest": "^2.3.4",
|
|
"@push.rocks/tapbundle": "^6.0.3",
|
|
"@types/node": "^20.4.4"
|
|
},
|
|
"dependencies": {
|
|
"@push.rocks/consolecolor": "^2.0.1",
|
|
"@push.rocks/levelcache": "^3.0.6",
|
|
"@push.rocks/smartarchive": "^4.2.1",
|
|
"@push.rocks/smartfile": "^11.2.7",
|
|
"@push.rocks/smartpath": "^6.0.0",
|
|
"@push.rocks/smartpromise": "^4.0.3",
|
|
"@push.rocks/smartrequest": "^4.2.2",
|
|
"@push.rocks/smarttime": "^4.0.4",
|
|
"@push.rocks/smartversion": "^3.0.2",
|
|
"package-json": "^8.1.1"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
"npmextra.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"keywords": [
|
|
"npm",
|
|
"package",
|
|
"information",
|
|
"registry",
|
|
"search",
|
|
"metadata",
|
|
"version",
|
|
"dependencies"
|
|
],
|
|
"homepage": "https://code.foss.global/push.rocks/smartnpm",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.foss.global/push.rocks/smartnpm.git"
|
|
},
|
|
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
|
|
}
|