-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 992 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
{
"name": "search-collector-blueprint",
"version": "0.0.1",
"description": "SearchHub.io - Search Collector Blueprint",
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^4.0.0",
"typescript": "^4.5.2",
"webpack": "^5.61.0",
"webpack-cli": "^4.9.1"
},
"scripts": {
"dev": "webpack --mode development --devtool inline-source-map --watch",
"build": "webpack --mode production"
},
"dependencies": {
"search-collector": "1.0.0-alpha-14"
},
"keywords": [],
"author": "",
"license": "MIT",
"main": "./src/index.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/searchhub/search-collector-blueprint.git"
},
"bugs": {
"url": "https://github.com/searchhub/search-collector-blueprint/issues"
},
"homepage": "https://github.com/searchhub/search-collector-blueprint#readme"
}