Initial MVP test
This commit is contained in:
25
package.json
Normal file
25
package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user