UNPKG

879 BJSONView Raw
1{
2 "name": "find-webpack",
3 "version": "1.12.1",
4 "description": "Utility to find webpack settings in react-scripts and other situations",
5 "main": "src",
6 "files": [
7 "src"
8 ],
9 "scripts": {
10 "test": "echo \"Error: no test specified\" && exit 1",
11 "semantic-release": "semantic-release"
12 },
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/bahmutov/find-webpack.git"
16 },
17 "keywords": [
18 "webpack",
19 "utility"
20 ],
21 "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/bahmutov/find-webpack/issues"
25 },
26 "homepage": "https://github.com/bahmutov/find-webpack#readme",
27 "dependencies": {
28 "debug": "4.1.1",
29 "find-yarn-workspace-root": "1.2.1",
30 "mocked-env": "1.3.2"
31 },
32 "devDependencies": {
33 "prettier": "2.0.5",
34 "semantic-release": "^17.0.4"
35 }
36}