-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.92 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
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "@jswork/next-node-toolkits",
"version": "1.0.2",
"description": "Node toolkits based on next.",
"homepage": "https://js.work",
"author": {
"name": "afei",
"email": "1290657123@qq.com"
},
"scripts": {
"build": "gulp",
"test": "jest",
"start": "node ./express.js",
"release": "release-it"
},
"main": "dist/index.js",
"module": "dist/index.esm.js",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@jswork/gulp-pkg-header": "^1.0.8",
"@jswork/gulp-registry": "^1.0.22",
"@jswork/next": "^1.1.8",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-prettier": "^4.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-uglify": "^3.0.2",
"jest": "^29.5.0",
"jest-location-mock": "^1.0.9",
"uglify-save-license": "^0.4.1"
},
"babel": {
"presets": [
[
"@babel/preset-env"
]
]
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"@jswork/event-mitt": "^1.0.13",
"@jswork/next-camelize": "^1.0.3",
"@jswork/next-capitalize": "^1.0.2",
"@jswork/next-classify": "^1.0.5",
"@jswork/next-compact-object": "^1.0.5",
"@jswork/next-date": "^1.0.19",
"@jswork/next-deep-assign": "^1.0.4",
"@jswork/next-deep-clone": "^1.0.3",
"@jswork/next-deep-each": "^1.0.4",
"@jswork/next-deep-equal": "^1.0.4",
"@jswork/next-empty": "^1.0.2",
"@jswork/next-get2get": "^1.0.8",
"@jswork/next-is-empty-object": "^1.0.4",
"@jswork/next-is-plain-object": "^1.0.4",
"@jswork/next-json": "^1.0.6",
"@jswork/next-kebab-case": "^1.0.4",
"@jswork/next-key-map": "^1.0.11",
"@jswork/next-param": "^1.0.12",
"@jswork/next-qs": "^1.0.9",
"@jswork/next-sets": "^1.0.5"
},
"keywords": [
"nodejs",
"toolkits",
"utility"
]
}