-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 865 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
{
"name": "fresh-search-result",
"version": "1.0.0",
"description": "Visualize the freshness of the information.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Futahei/FreshSearchResult.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Futahei/FreshSearchResult/issues"
},
"homepage": "https://github.com/Futahei/FreshSearchResult#readme",
"devDependencies": {
"@types/chrome": "0.0.126",
"copy-webpack-plugin": "^6.2.1",
"ts-loader": "^8.0.7",
"typescript": "^4.0.5",
"webpack": "^5.3.2",
"webpack-cli": "^4.1.0"
},
"dependencies": {
"@types/jquery": "^3.5.4",
"jquery": "^3.5.1"
}
}