spamhandler/package.json

28 lines
669 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 --build && node .",
"clean": "npx tsc --build --clean",
"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",
"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"
}
}