-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 905 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
{
"name": "select-search",
"version": "3.2.0",
"description": "select text to search on various search engines.",
"main": "index.js",
"scripts": {
"build": "rm -rf ./dist && mkdir dist && webpack --config webpack/webpack.config.js",
"release": "npm run build && cd dist && zip -r ext.zip .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xuqingfeng/Select-Search.git"
},
"author": "xuqingfeng",
"license": "MIT",
"bugs": {
"url": "https://github.com/xuqingfeng/Select-Search/issues"
},
"homepage": "https://github.com/xuqingfeng/Select-Search#readme",
"dependencies": {},
"devDependencies": {
"@types/chrome": "0.0.241",
"copy-webpack-plugin": "^11.0.0",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
}
}