-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
37 lines (37 loc) · 906 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
37
{
"name": "awsl",
"version": "2.5.0",
"description": "Auto AWSLing",
"private": true,
"scripts": {
"dev": "webpack watch --config webpack.config.js",
"build": "webpack build --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xingrz/chrome-awsl.git"
},
"keywords": [
"chrome",
"tampermonkey",
"weibo"
],
"author": "XiNGRZ <hi@xingrz.me>",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/xingrz/chrome-awsl/issues"
},
"homepage": "https://github.com/xingrz/chrome-awsl#readme",
"devDependencies": {
"@types/chrome": "^0.0.159",
"@types/tampermonkey": "^4.0.5",
"create-file-webpack": "^1.0.2",
"ts-loader": "^9.2.6",
"typescript": "^4.4.4",
"vue": "^2.6.14",
"vue-router": "^3.1.6",
"vuex": "^3.3.0",
"webpack": "^5.58.2",
"webpack-cli": "^4.9.1"
}
}