forked from surdykbaba/smile-id-nodejs-wrapper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.44 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.44 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "nodemssql",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "nyc --require @babel/register mocha test/**.spec.js --exit",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"start": "nodemon --exec babel-node index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codegenuis/nodemssql.git"
},
"author": "charles osegi",
"license": "ISC",
"bugs": {
"url": "https://github.com/codegenuis/nodemssql/issues"
},
"homepage": "https://github.com/codegenuis/nodemssql#readme",
"dependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.2.2",
"@babel/node": "7.2.2",
"@babel/preset-env": "7.3.1",
"@babel/register": "7.0.0",
"@sentry/node": "5.17.0",
"axios": "0.19.2",
"body-parser": "1.18.3",
"chai": "4.2.0",
"chai-http": "4.2.1",
"cors": "2.8.5",
"dotenv": "8.0.0",
"express": "4.16.4",
"http-errors": "^1.6.3",
"mocha": "6.0.1",
"moment": "^2.24.0",
"node-fetch": "^2.6.1",
"nodemon": "1.18.10",
"smile-identity-core": "^1.1.0"
},
"devDependencies": {
"coveralls": "3.0.3",
"eslint": "5.13.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-mocha": "5.3.0",
"esm": "3.2.6",
"istanbul": "0.4.5",
"mocha-lcov-reporter": "1.3.0",
"nyc": "13.3.0"
},
"engines": {
"node": "16.x",
"npm": "7.x"
}
}