77 lines
1.8 KiB
JSON
77 lines
1.8 KiB
JSON
{
|
|
"name": "@push.rocks/lik",
|
|
"version": "6.4.0",
|
|
"private": false,
|
|
"description": "Provides a collection of lightweight helpers and utilities for Node.js projects.",
|
|
"main": "dist_ts/index.js",
|
|
"typings": "dist_ts/index.d.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "(tstest test/)",
|
|
"build": "(tsbuild --web && tsbundle)",
|
|
"buildDocs": "tsdoc"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.foss.global/push.rocks/lik.git"
|
|
},
|
|
"author": "Task Venture Capital GmbH",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://code.foss.global/push.rocks/lik/issues"
|
|
},
|
|
"homepage": "https://code.foss.global/push.rocks/lik",
|
|
"devDependencies": {
|
|
"@git.zone/tsbuild": "^4.4.0",
|
|
"@git.zone/tsbundle": "^2.10.0",
|
|
"@git.zone/tsrun": "^2.0.2",
|
|
"@git.zone/tstest": "^3.6.3",
|
|
"@types/node": "^25.6.0"
|
|
},
|
|
"dependencies": {
|
|
"@push.rocks/smartdelay": "^3.0.5",
|
|
"@push.rocks/smartmatch": "^2.0.0",
|
|
"@push.rocks/smartpromise": "^4.2.3",
|
|
"@push.rocks/smartrx": "^3.0.10",
|
|
"@push.rocks/smarttime": "^4.2.3",
|
|
"symbol-tree": "^3.2.4",
|
|
"@types/symbol-tree": "^3.2.5"
|
|
},
|
|
"files": [
|
|
"ts/**/*",
|
|
"ts_web/**/*",
|
|
"dist/**/*",
|
|
"dist_*/**/*",
|
|
"dist_ts/**/*",
|
|
"dist_ts_web/**/*",
|
|
"assets/**/*",
|
|
"cli.js",
|
|
".smartconfig.json",
|
|
"readme.md"
|
|
],
|
|
"browserslist": [
|
|
"last 1 chrome versions"
|
|
],
|
|
"keywords": [
|
|
"Utilities",
|
|
"Helpers",
|
|
"Typescript",
|
|
"Node.js",
|
|
"String manipulation",
|
|
"Object management",
|
|
"Execution control",
|
|
"Data structures",
|
|
"Asynchronous programming",
|
|
"Event handling",
|
|
"Data aggregation"
|
|
],
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"esbuild",
|
|
"mongodb-memory-server",
|
|
"puppeteer"
|
|
]
|
|
},
|
|
"packageManager": "pnpm@10.28.2"
|
|
}
|