Files
smartnpm/package.json

67 lines
1.8 KiB
JSON
Raw Permalink Normal View History

2017-08-14 17:50:48 +02:00
{
2023-07-10 10:16:56 +02:00
"name": "@push.rocks/smartnpm",
2025-08-18 02:17:15 +00:00
"version": "2.0.6",
2018-09-01 16:40:42 +02:00
"private": false,
2024-04-14 18:03:33 +02:00
"description": "A library to interface with npm for retrieving package information and manipulation.",
2020-03-17 00:38:58 +00:00
"main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts",
2022-04-04 23:21:49 +02:00
"type": "module",
2017-08-14 17:50:48 +02:00
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/ --verbose --logfile --timeout 120)",
2023-07-25 18:14:51 +02:00
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "tsdoc"
2017-08-14 17:50:48 +02:00
},
"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",
2023-07-25 18:14:51 +02:00
"@types/node": "^20.4.4"
2017-08-14 17:50:48 +02:00
},
"dependencies": {
2023-07-25 18:14:51 +02:00
"@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",
2023-07-25 18:14:51 +02:00
"@push.rocks/smartpromise": "^4.0.3",
"@push.rocks/smartrequest": "^4.2.2",
2023-07-25 18:14:51 +02:00
"@push.rocks/smarttime": "^4.0.4",
"@push.rocks/smartversion": "^3.0.2",
"package-json": "^8.1.1"
2019-09-06 11:12:23 +02:00
},
"files": [
2020-03-17 00:38:58 +00:00
"ts/**/*",
"ts_web/**/*",
"dist/**/*",
"dist_*/**/*",
"dist_ts/**/*",
"dist_ts_web/**/*",
"assets/**/*",
2019-09-06 11:12:23 +02:00
"cli.js",
"npmextra.json",
"readme.md"
2020-10-02 13:28:39 +00:00
],
"browserslist": [
"last 1 chrome versions"
2024-04-14 18:03:33 +02:00
],
"keywords": [
"npm",
"package",
"information",
"registry",
"search",
"metadata",
"version",
"dependencies"
2024-05-29 14:15:03 +02:00
],
"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"
}