57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"name": "@star-kitten/util",
|
|
"version": "0.0.0",
|
|
"description": "Star Kitten utilities.",
|
|
"type": "module",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/author/library#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/author/library/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/author/library.git"
|
|
},
|
|
"author": "JB <j-b-3.deviate267@passmail.net>",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
"./*": "./dist/*",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "tsdown",
|
|
"dev": "tsdown --watch",
|
|
"test": "bun test",
|
|
"typecheck": "tsc --noEmit",
|
|
"release": "bumpp && npm publish"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.2.21",
|
|
"@types/lodash": "^4.17.20",
|
|
"@types/node": "^22.15.17",
|
|
"@types/node-cache": "^4.2.5",
|
|
"@types/stream-chain": "^2.1.0",
|
|
"@types/stream-json": "^1.7.8",
|
|
"bumpp": "^10.1.0",
|
|
"tsdown": "^0.14.2",
|
|
"typescript": "^5.9.2"
|
|
},
|
|
"dependencies": {
|
|
"cron-parser": "^5.3.1",
|
|
"date-fns": "^4.1.0",
|
|
"lodash": "^4.17.21",
|
|
"node-cache": "^5.1.2",
|
|
"stream-chain": "^3.4.0",
|
|
"stream-json": "^1.9.1",
|
|
"winston": "^3.17.0"
|
|
}
|
|
}
|