-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.24 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
{
"name": "@jswork/next",
"version": "1.2.10",
"description": "A javascript OOP toolkit for mobile & modern web.",
"main": "dist/index.js",
"types": "./types/index.d.ts",
"scripts": {
"test": "jest",
"build": "gulp",
"release": "release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/afeiship/next.git"
},
"keywords": [
"oop",
"js-core",
"next",
"tookit",
"nx",
"static",
"es5",
"class",
"vampire",
"javascript",
"javascript-library"
],
"author": "afei",
"license": "MIT",
"bugs": {
"url": "https://github.com/afeiship/next/issues"
},
"homepage": "https://github.com/afeiship/next#readme",
"devDependencies": {
"@release-it/conventional-changelog": "^7.0.2",
"amdrequire": "0.0.3",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-filter": "^6.0.0",
"gulp-load-plugins": "^2.0.5",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-size": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-umd": "^2.0.0",
"gulp-wrap": "^0.15.0",
"jest": "^26.6.3",
"release-it": "^16.2.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}