-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 980 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": "@scratchaddons/website-v2-script",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ScratchAddons/website-v2-script.git"
},
"author": "Hans5958",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ScratchAddons/website-v2-script/issues"
},
"homepage": "https://github.com/ScratchAddons/website-v2-script#readme",
"dependencies": {
"@actions/github": "^6.0.0",
"axios": "^1.7.3",
"chalk": "^5.3.0",
"danger": "^12.3.3",
"fs-extra": "^11.2.0",
"globby": "^14.0.2",
"html-minifier-terser": "^7.2.0",
"ini": "^4.1.3",
"matcher": "^5.0.0",
"opencc-js": "^1.0.5",
"prettier": "^3.3.3",
"simple-git": "^3.25.0",
"string-similarity": "^4.0.4",
"yaml": "^2.5.0"
}
}