-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.34 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
{
"name": "modular-core",
"version": "1.4.2",
"description": "JavaScript application modular support",
"author": "Han Feng <[email protected]>",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/*.js",
"dist/*.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/han-feng/modular.git"
},
"keywords": [
"Modular",
"Micro kernel",
"plugin",
"app"
],
"scripts": {
"build": "pnpm exec script/sync-version.mjs && gulp",
"test": "jest",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"js-logger": "^1.6.1",
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/preset-env": "^7.15.4",
"@types/jest": "^28.1.3",
"@types/lodash": "^4.14.172",
"babel-jest": "^28.1.1",
"browser-resolve": "^2.0.0",
"chalk": "^5.0.1",
"del": "^6.0.0",
"dotgitignore": "^2.1.0",
"gulp": "^4.0.2",
"gulp-filter": "^7.0.0",
"gulp-if": "^3.0.0",
"gulp-license": "^1.1.0",
"gulp-load-plugins": "^2.0.6",
"gulp-match": "^1.1.0",
"gulp-terser": "^2.0.1",
"gulp-typescript": "^5.0.1",
"gulp-zip": "^5.1.0",
"jest": "^28.1.1",
"kind-of": "^6.0.3",
"pump": "^3.0.0",
"rimraf": "^3.0.2",
"ts-jest": "^28.0.5",
"tslib": "^2.3.1",
"typescript": "^4.4.2"
}
}