-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1014 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@cloudbourn/scheduler",
"version": "1.0.0",
"description": "Scheduler as a service for one-off jobs",
"private": true,
"author": "Joakim Hedlund <contact@joakimhedlund.com>",
"license": "MIT",
"repository": "github:Cloudbourn/scheduler",
"homepage": "https://github.com/Sleavely/scheduler",
"keywords": [],
"main": "index.js",
"scripts": {
"test": "npx eslint .",
"prepare": "npx husky install"
},
"dependencies": {
"@aws-sdk/client-scheduler": "^3.267.0",
"dotenv": "^8.2.0",
"dynamo-plus": "^1.5.3",
"lambda-api": "^0.10.6",
"phin": "^3.6.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@cloudbourn/commitlint-config": "^1.0.0",
"@commitlint/cli": "^17.4.2",
"@types/aws-lambda": "^8.10.77",
"aws-sdk": "^2.1312.0",
"eslint": "^8.13.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"husky": "^8.0.1"
}
}