27 lines
641 B
JSON
27 lines
641 B
JSON
{
|
|
"name": "ksol-spamhandler",
|
|
"version": "1.0.0",
|
|
"description": "Spam handler for KSOL IT Services GmbH",
|
|
"main": "index.mjs",
|
|
"scripts": {
|
|
"build:start": "npx tsc && node .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.ksol.io/ksol/spamhandler"
|
|
},
|
|
"keywords": [
|
|
"spam"
|
|
],
|
|
"author": "László Károlyi",
|
|
"license": "MIT+NIGGER",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@tsconfig/node18-strictest-esm": "^1.0.1",
|
|
"@types/node": "^18.11.7",
|
|
"jsdom": "^20.0.1",
|
|
"typescript": "^4.8.4",
|
|
"yaml": "^2.1.3"
|
|
}
|
|
}
|