-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 912 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": "@kravc/serverless",
"version": "0.9.0",
"description": "Serverless configuration builder and deployment tool for @kravc/dos service.",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "http://github.com/alexkravets/serverless.git"
},
"scripts": {
"test": "eslint src/ test/ && NODE_PATH=./ nyc --reporter text mocha --exit"
},
"bin": {
"build": "bin/build.js",
"deploy": "bin/deploy.sh",
"info": "bin/info.sh",
"logs": "bin/logs.sh"
},
"author": "Alexander Kravets <[email protected]>",
"license": "ISC",
"dependencies": {
"config": "^3.3.12",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"serverless": "^4.4.10"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"chai": "^5.1.2",
"eslint": "^9.15.0",
"globals": "^15.12.0",
"mocha": "^10.8.2",
"nyc": "^17.1.0"
}
}