-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.07 KB
/
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
37
38
39
40
41
42
{
"name": "@airlookjs/node-healthcheck",
"version": "1.4.2",
"main": "dist/healthcheck.routes.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/airlookjs/node-healthcheck.git"
},
"files": [
"dist/"
],
"scripts": {
"build": "rm -rf ./dist && babel src --out-dir ./dist --ignore '**/*.spec.js'",
"test": "mocha --require @babel/register 'src/*.spec.js'"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"express": "4.18.2",
"lodash": "4.17.21",
"xmlbuilder2": "3.1.1"
},
"devDependencies": {
"@babel/cli": "7.23.9",
"@babel/core": "7.23.9",
"@babel/node": "7.23.9",
"@babel/preset-env": "7.23.9",
"@babel/register": "7.23.7",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "9.2.6",
"@semantic-release/npm": "11.0.2",
"mocha": "10.3.0",
"semantic-release": "23.0.2",
"should": "13.2.3",
"sinon": "17.0.1",
"supertest": "6.3.4"
},
"packageManager": "[email protected]"
}