forked from microsoft/process-migrator
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.12 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
{
"name": "process-migrator",
"version": "0.9.8",
"description": "Proces import/export Node.js application",
"main": "",
"bin": {
"process-migrator": "build/nodejs/nodejs/main.js"
},
"engines": {
"node": ">=8.11.2"
},
"scripts": {
"build": "tsc -p src/nodejs/tsconfig.json && tsc -p src/browser/tsconfig.json",
"bn": "tsc -p src/nodejs/tsconfig.json",
"bb": "tsc -p src/browser/tsconfig.json"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/process-migrator"
},
"keywords": [
"azure devops",
"azure boards",
"process",
"import",
"export",
"migrate",
"migrator",
"inherited"
],
"author": "Microsoft",
"license": "MIT",
"devDependencies": {
"@types/minimist": "^1.2.0",
"@types/mkdirp": "^0.5.2",
"@types/node": "^8.10.15",
"typescript": "^2.8.1"
},
"dependencies": {
"azure-devops-node-api": "^6.5.0",
"guid-typescript": "^1.0.7",
"jsonc-parser": "^2.0.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"os": "^0.1.1",
"url": "^0.11.0",
"vss-web-extension-sdk": "^5.131.0"
}
}