-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 891 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 891 Bytes
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
{
"name": "auto-script-ocs",
"version": "1.1.23",
"description": "auto-script-projects for OnlineCourceScript",
"main": "./dist/index.js",
"author": "klskeleton",
"license": "ISC",
"scripts": {
"test": "node ./dist/test/index.js",
"dev": "tsc && node ./dist/test/index.js",
"pub": "tsc && git push origin main && nrm use npm && npm version patch && npm publish && nrm use taobao"
},
"repository": {
"type": "git",
"url": "git+https://github.com/klskeleton/auto-script-ocs.git"
},
"bugs": {
"url": "https://github.com/klskeleton/auto-script-ocs/issues"
},
"homepage": "https://github.com/klskeleton/auto-script-ocs#readme",
"dependencies": {
"axios": "^0.21.0",
"puppeteer-core": "^5.5.0",
"typescript": "^4.1.3"
},
"directories": {
"test": "test"
},
"devDependencies": {
"@types/puppeteer-core": "^2.0.0"
}
}