-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1001 Bytes
/
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
{
"name": "cabloy-module-api-bz-login",
"version": "5.0.0",
"title": "LoginBackImage",
"cabloyModule": {
"fileVersion": 1,
"dependencies": {
"a-instance": "5.0.0",
"a-base": "5.0.0",
"a-flow": "5.0.0"
}
},
"type": "module",
"exports": {
".": {
"types": [
"./src/index.ts",
"./dist/index.d.ts"
],
"development": "./src/index.ts",
"import": "./dist/index.js",
"default": "./src/index.ts"
},
"./package.json": "./package.json"
},
"description": "Login",
"files": [
"dist",
"static",
"typings"
],
"scripts": {
"build:front": "node ../../../scripts/egg-born-bin.js front-build-module",
"build:backend": "node ../../../scripts/egg-born-bin.js backend-build-module",
"build:all": "npm run build:front && npm run build:backend",
"preversion": "npm run build:all && git add ."
},
"keywords": [
"Cabloy Module"
],
"author": "zhennann",
"dependencies": {}
}