-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 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
{
"name": "automationversion",
"version": "1.0.0",
"description": "自動上版",
"main": "index.js",
"scripts": {
"test:mocha": "mocha ./src/index.js --timeout 10000 --color",
"test:mochaTestBuild": "mocha ./src/index.js --timeout 10000 --color --testBuild",
"delayBuild": "node ./src/delayBuild.js",
"copyText": "node ./src/copyText.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TerryLee7788/AutomationVersion.git"
},
"keywords": [
"automation"
],
"author": "terry",
"license": "ISC",
"bugs": {
"url": "https://github.com/TerryLee7788/AutomationVersion/issues"
},
"homepage": "https://github.com/TerryLee7788/AutomationVersion#readme",
"devDependencies": {
"assert": "^2.0.0",
"chromedriver": "^105.0.0",
"clipboardy": "^2.3.0",
"dotenv": "^8.2.0",
"mocha": "^5.2.0",
"selenium-webdriver": "^4.0.0-alpha.7"
},
"dependencies": {
"@microsoft/microsoft-graph-client": "^3.0.2"
}
}