-
Notifications
You must be signed in to change notification settings - Fork 177
/
package.json
48 lines (48 loc) · 1.1 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
{
"name": "hrm-solutions",
"version": "0.0.0",
"private": true,
"description": "Human Resource Machine solutions and size/speed hacks",
"type": "module",
"engines": {
"node": ">= 18.16.0"
},
"devDependencies": {
"canvas": "^2.11.2",
"chalk": "^5.2.0",
"deep-equal": "^2.2.1",
"del": "^7.0.0",
"extend": "^3.0.2",
"gulp": "^4.0.2",
"gulp-data": "^1.3.1",
"gulp-file": "^0.4.0",
"gulp-load-plugins": "^2.0.8",
"gulp-reduce-file": "^0.0.1",
"gulp-rename": "^2.0.0",
"gulp-tap": "^2.0.0",
"gulp-template": "^5.0.0",
"gulp-wrap": "^0.15.0",
"hrm-cpu": "^0.2.3",
"hrm-level-data": "^1.1.3",
"hrm-level-inbox-generator": "^1.0.0",
"hrm-level-outbox-generator": "^1.0.0",
"hrm-parser": "^0.2.2",
"marked": "^5.0.0",
"md5": "^2.3.0",
"serve": "^14.2.0",
"through2": "^4.0.2"
},
"scripts": {
"test": "gulp",
"build": "gulp build",
"serve": "serve build"
},
"repository": {
"type": "git",
"url": "git://github.com/atesgoral/hrm-solutions.git"
},
"keywords": [
"hrm"
],
"license": "MIT"
}