-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 769 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 769 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
{
"name": "ptt-comment-flag",
"version": "2.0.2",
"description": "Query country of PTT comment",
"main": "index.js",
"scripts": {
"start": "node .",
"build:userscript": "cd userscript && node build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/osk2/ptt-comment-flag.git"
},
"author": "osk2",
"license": "MIT",
"bugs": {
"url": "https://github.com/osk2/ptt-comment-flag/issues"
},
"homepage": "https://github.com/osk2/ptt-comment-flag#readme",
"dependencies": {
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.19.0",
"helmet": "^3.23.3",
"maxmind": "^3.1.2"
},
"devDependencies": {
"rollup": "^0.65.2",
"rollup-plugin-userscript-metablock": "^0.1.1"
}
}