backend 加入 npm run doc 命令
This commit is contained in:
parent
250e5a0c35
commit
8d65409656
@ -4,11 +4,12 @@
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"proto": "tsrpc proto --config tsrpc.config.ts",
|
||||
"sync": "tsrpc sync --config tsrpc.config.ts",
|
||||
"api": "tsrpc api --config tsrpc.config.ts",
|
||||
"dev": "tsrpc dev --config tsrpc.config.ts",
|
||||
"build": "tsrpc build --config tsrpc.config.ts"
|
||||
"proto": "tsrpc proto",
|
||||
"sync": "tsrpc sync",
|
||||
"api": "tsrpc api",
|
||||
"doc": "tsrpc doc",
|
||||
"dev": "tsrpc dev",
|
||||
"build": "tsrpc build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^15.14.9",
|
||||
@ -20,4 +21,4 @@
|
||||
"dependencies": {
|
||||
"tsrpc": "^3.0.9"
|
||||
}
|
||||
}
|
||||
}
|
@ -4,11 +4,12 @@
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"proto": "tsrpc proto --config tsrpc.config.ts",
|
||||
"sync": "tsrpc sync --config tsrpc.config.ts",
|
||||
"api": "tsrpc api --config tsrpc.config.ts",
|
||||
"dev": "tsrpc dev --config tsrpc.config.ts",
|
||||
"build": "tsrpc build --config tsrpc.config.ts"
|
||||
"proto": "tsrpc proto",
|
||||
"sync": "tsrpc sync",
|
||||
"api": "tsrpc api",
|
||||
"doc": "tsrpc doc",
|
||||
"dev": "tsrpc dev",
|
||||
"build": "tsrpc build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^15.14.9",
|
||||
@ -20,4 +21,4 @@
|
||||
"dependencies": {
|
||||
"tsrpc": "^3.0.9"
|
||||
}
|
||||
}
|
||||
}
|
@ -4,11 +4,12 @@
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"proto": "tsrpc proto --config tsrpc.config.ts",
|
||||
"sync": "tsrpc sync --config tsrpc.config.ts",
|
||||
"api": "tsrpc api --config tsrpc.config.ts",
|
||||
"dev": "tsrpc dev --config tsrpc.config.ts",
|
||||
"build": "tsrpc build --config tsrpc.config.ts"
|
||||
"proto": "tsrpc proto",
|
||||
"sync": "tsrpc sync",
|
||||
"api": "tsrpc api",
|
||||
"doc": "tsrpc doc",
|
||||
"dev": "tsrpc dev",
|
||||
"build": "tsrpc build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^15.14.9",
|
||||
@ -20,4 +21,4 @@
|
||||
"dependencies": {
|
||||
"tsrpc": "^3.1.2"
|
||||
}
|
||||
}
|
||||
}
|
@ -4,11 +4,12 @@
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"proto": "tsrpc proto --config tsrpc.config.ts",
|
||||
"sync": "tsrpc sync --config tsrpc.config.ts",
|
||||
"api": "tsrpc api --config tsrpc.config.ts",
|
||||
"dev": "tsrpc dev --config tsrpc.config.ts",
|
||||
"build": "tsrpc build --config tsrpc.config.ts"
|
||||
"proto": "tsrpc proto",
|
||||
"sync": "tsrpc sync",
|
||||
"api": "tsrpc api",
|
||||
"doc": "tsrpc doc",
|
||||
"dev": "tsrpc dev",
|
||||
"build": "tsrpc build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^15.14.9",
|
||||
@ -20,4 +21,4 @@
|
||||
"dependencies": {
|
||||
"tsrpc": "^3.1.2"
|
||||
}
|
||||
}
|
||||
}
|
@ -4,12 +4,13 @@
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"proto": "tsrpc proto --config tsrpc.config.ts",
|
||||
"sync": "tsrpc sync --config tsrpc.config.ts",
|
||||
"api": "tsrpc api --config tsrpc.config.ts",
|
||||
"dev": "tsrpc dev --config tsrpc.config.ts",
|
||||
"proto": "tsrpc proto",
|
||||
"sync": "tsrpc sync",
|
||||
"api": "tsrpc api",
|
||||
"doc": "tsrpc doc",
|
||||
"dev": "tsrpc dev",
|
||||
"test": "mocha test/**/*.test.ts",
|
||||
"build": "tsrpc build --config tsrpc.config.ts"
|
||||
"build": "tsrpc build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^8.2.3",
|
||||
@ -23,4 +24,4 @@
|
||||
"dependencies": {
|
||||
"tsrpc": "^3.0.9"
|
||||
}
|
||||
}
|
||||
}
|
@ -4,11 +4,12 @@
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"proto": "tsrpc proto --config tsrpc.config.ts",
|
||||
"sync": "tsrpc sync --config tsrpc.config.ts",
|
||||
"api": "tsrpc api --config tsrpc.config.ts",
|
||||
"dev": "tsrpc dev --config tsrpc.config.ts",
|
||||
"build": "tsrpc build --config tsrpc.config.ts"
|
||||
"proto": "tsrpc proto",
|
||||
"sync": "tsrpc sync",
|
||||
"api": "tsrpc api",
|
||||
"doc": "tsrpc doc",
|
||||
"dev": "tsrpc dev",
|
||||
"build": "tsrpc build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^15.14.9",
|
||||
@ -20,4 +21,4 @@
|
||||
"dependencies": {
|
||||
"tsrpc": "^3.0.9"
|
||||
}
|
||||
}
|
||||
}
|
@ -4,11 +4,12 @@
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"proto": "tsrpc proto --config tsrpc.config.ts",
|
||||
"sync": "tsrpc sync --config tsrpc.config.ts",
|
||||
"api": "tsrpc api --config tsrpc.config.ts",
|
||||
"dev": "tsrpc dev --config tsrpc.config.ts",
|
||||
"build": "tsrpc build --config tsrpc.config.ts"
|
||||
"proto": "tsrpc proto",
|
||||
"sync": "tsrpc sync",
|
||||
"api": "tsrpc api",
|
||||
"doc": "tsrpc doc",
|
||||
"dev": "tsrpc dev",
|
||||
"build": "tsrpc build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^15.14.9",
|
||||
@ -20,4 +21,4 @@
|
||||
"dependencies": {
|
||||
"tsrpc": "^3.0.9"
|
||||
}
|
||||
}
|
||||
}
|
@ -4,11 +4,12 @@
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"proto": "tsrpc proto --config tsrpc.config.ts",
|
||||
"sync": "tsrpc sync --config tsrpc.config.ts",
|
||||
"api": "tsrpc api --config tsrpc.config.ts",
|
||||
"dev": "tsrpc dev --config tsrpc.config.ts",
|
||||
"build": "tsrpc build --config tsrpc.config.ts"
|
||||
"proto": "tsrpc proto",
|
||||
"sync": "tsrpc sync",
|
||||
"api": "tsrpc api",
|
||||
"doc": "tsrpc doc",
|
||||
"dev": "tsrpc dev",
|
||||
"build": "tsrpc build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^15.14.9",
|
||||
@ -20,4 +21,4 @@
|
||||
"dependencies": {
|
||||
"tsrpc": "^3.0.9"
|
||||
}
|
||||
}
|
||||
}
|
@ -4,11 +4,12 @@
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"proto": "tsrpc proto --config tsrpc.config.ts",
|
||||
"sync": "tsrpc sync --config tsrpc.config.ts",
|
||||
"api": "tsrpc api --config tsrpc.config.ts",
|
||||
"dev": "tsrpc dev --config tsrpc.config.ts",
|
||||
"build": "tsrpc build --config tsrpc.config.ts"
|
||||
"proto": "tsrpc proto",
|
||||
"sync": "tsrpc sync",
|
||||
"api": "tsrpc api",
|
||||
"doc": "tsrpc doc",
|
||||
"dev": "tsrpc dev",
|
||||
"build": "tsrpc build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/mocha": "^8.2.3",
|
||||
@ -24,4 +25,4 @@
|
||||
"mongodb": "^3.7.2",
|
||||
"tsrpc": "^3.0.9"
|
||||
}
|
||||
}
|
||||
}
|
@ -4,11 +4,12 @@
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"proto": "tsrpc proto --config tsrpc.config.ts",
|
||||
"sync": "tsrpc sync --config tsrpc.config.ts",
|
||||
"api": "tsrpc api --config tsrpc.config.ts",
|
||||
"dev": "tsrpc dev --config tsrpc.config.ts",
|
||||
"build": "tsrpc build --config tsrpc.config.ts"
|
||||
"proto": "tsrpc proto",
|
||||
"sync": "tsrpc sync",
|
||||
"api": "tsrpc api",
|
||||
"doc": "tsrpc doc",
|
||||
"dev": "tsrpc dev",
|
||||
"build": "tsrpc build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^15.14.9",
|
||||
@ -22,4 +23,4 @@
|
||||
"tsrpc": "^3.0.9",
|
||||
"uuid": "^8.3.2"
|
||||
}
|
||||
}
|
||||
}
|
@ -4,11 +4,12 @@
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"proto": "tsrpc proto --config tsrpc.config.ts",
|
||||
"sync": "tsrpc sync --config tsrpc.config.ts",
|
||||
"api": "tsrpc api --config tsrpc.config.ts",
|
||||
"dev": "tsrpc dev --config tsrpc.config.ts",
|
||||
"build": "tsrpc build --config tsrpc.config.ts"
|
||||
"proto": "tsrpc proto",
|
||||
"sync": "tsrpc sync",
|
||||
"api": "tsrpc api",
|
||||
"doc": "tsrpc doc",
|
||||
"dev": "tsrpc dev",
|
||||
"build": "tsrpc build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^15.14.9",
|
||||
@ -20,4 +21,4 @@
|
||||
"dependencies": {
|
||||
"tsrpc": "^3.0.9"
|
||||
}
|
||||
}
|
||||
}
|
@ -4,11 +4,12 @@
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"proto": "tsrpc proto --config tsrpc.config.ts",
|
||||
"sync": "tsrpc sync --config tsrpc.config.ts",
|
||||
"api": "tsrpc api --config tsrpc.config.ts",
|
||||
"dev": "tsrpc dev --config tsrpc.config.ts",
|
||||
"build": "tsrpc build --config tsrpc.config.ts"
|
||||
"proto": "tsrpc proto",
|
||||
"sync": "tsrpc sync",
|
||||
"api": "tsrpc api",
|
||||
"doc": "tsrpc doc",
|
||||
"dev": "tsrpc dev",
|
||||
"build": "tsrpc build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^15.14.9",
|
||||
@ -22,4 +23,4 @@
|
||||
"tsrpc": "^3.0.9",
|
||||
"uuid": "^8.3.2"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user