-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.79 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "servicejs",
"description": "JavaScript dependencies injection based services layer.",
"version": "1.2.4",
"license": "MIT",
"author": "Imre Tabur <[email protected]>",
"main": "dist/index.js",
"scripts": {
"start": "node ./src/test/js/backend/bin/www",
"unit": "karma start karma.conf.js --single-run",
"tdd": "karma start karma.conf.js",
"test": "node ./src/main/webapp/node/index.js",
"build": "node ./src/build/index.js",
"program": "echo \"Error: no program specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/setmy-info/servicejs.git"
},
"keywords": [
"JavaScript",
"JS",
"DI",
"dependencies",
"injection"
],
"bugs": {
"url": "https://github.com/setmy-info/servicejs/issues"
},
"homepage": "https://github.com/setmy-info/servicejs#readme",
"dependencies": {
"lodash": "4.17.21",
"js-api-extend": "1.3.4"
},
"devDependencies": {
"body-parser": "^1.20.2",
"cookie-parser": "~1.4.6",
"debug": "~4.3.4",
"express": "~4.18.2",
"http-errors": "~2.0.0",
"jasmine": "^4.6.0",
"jasmine-core": "^4.6.0",
"jsonwebtoken": "^9.0.0",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.0",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "^5.1.0",
"karma-junit-reporter": "^2.0.1",
"morgan": "~1.10.0",
"pug": "^3.0.2",
"serve-favicon": "~2.5.0",
"uglify-js": "^3.17.4",
"webpack": "^5.82.0",
"webpack-cli": "^5.0.2"
},
"engines": {
"node": ">= 18.16.0",
"npm": ">= 9.5.1"
}
}