UNPKG

627 BJSONView Raw
1{
2 "name": "@microduino/document-center-express",
3 "version": "1.0.10",
4 "description": "",
5 "main": "",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "build": "tsc -p tsconfig.json",
9 "prepublish": "npm run build"
10 },
11 "repository": {
12 "type": "git",
13 "url": "ssh://git@git.microduino.cn:2222/liujiawen/document-center-express.git"
14 },
15 "author": "liujiawen",
16 "license": "ISC",
17 "devDependencies": {
18 "typescript": "^2.3.4"
19 },
20 "dependencies": {
21 "@types/express": "^4.0.36",
22 "@types/request": "^2.0.0",
23 "express": "^4.15.3",
24 "request": "^2.81.0"
25 }
26}