29 lines
933 B
JSON
29 lines
933 B
JSON
|
{
|
||
|
"name": "@navy.gif/logaggregator",
|
||
|
"version": "1.0.0",
|
||
|
"description": "System for aggregating log entries emitted by the logger package",
|
||
|
"main": "build/index.js",
|
||
|
"repository": "https://git.corgi.wtf./navy.gif/logaggregator.git",
|
||
|
"author": "Navy.gif",
|
||
|
"license": "MIT",
|
||
|
"packageManager": "yarn@4.0.2",
|
||
|
"type": "module",
|
||
|
"scripts": {
|
||
|
"build": "tsc --build",
|
||
|
"start": "yarn build && node --enable-source-maps build/index.js"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@types/eslint": "^8",
|
||
|
"@types/node": "^20.10.4",
|
||
|
"@typescript-eslint/eslint-plugin": "^6.4.0",
|
||
|
"@typescript-eslint/parser": "^6.14.0",
|
||
|
"eslint": "^8.55.0",
|
||
|
"eslint-config-standard-with-typescript": "^42.0.0",
|
||
|
"eslint-plugin-import": "^2.25.2",
|
||
|
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
|
||
|
"eslint-plugin-node": "^11.1.0",
|
||
|
"eslint-plugin-promise": "^6.0.0",
|
||
|
"typescript": "*"
|
||
|
}
|
||
|
}
|