deliveries/package.json
2024-10-04 18:41:01 -04:00

26 lines
607 B
JSON

{
"name": "deliveries",
"version": "1.0.0",
"description": "Trigger notif from matching WorkMail email",
"main": "index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.corrupt.link:liz/deliveries.git"
},
"author": "Elizabeth Cray",
"license": "Apache-2.0",
"dependencies": {
"@stylistic/eslint-plugin": "^2.8.0",
"ssh2": "^1.16.0"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@stylistic/eslint-plugin-js": "^2.8.0",
"eslint": "^9.12.0",
"globals": "^15.10.0"
}
}