-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 KB
/
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
35
36
37
38
39
40
41
42
43
{
"name": "eggs-benedict",
"version": "4.0.2",
"description": "A simple utility that limits the impact of functions the demand high CPU load",
"main": "/index.js",
"scripts": {
"test": "echo \"Warning: no test(s) specified\" && exit 0",
"start": "NODE_ENV=\"development\" webpack",
"build": "NODE_ENV=\"production\" webpack"
},
"peerDependencies": {
"@types/react": "^16.9.32",
"react": "^16.9.0"
},
"dependencies": {},
"devDependencies": {
"@types/react": "^16.9.32",
"react": "^16.9.0",
"ts-loader": "^6.2.2",
"typescript": "^3.8.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devonChurch/eggs-benedict.git"
},
"author": "Devon Church https://devon.church",
"license": "MIT",
"bugs": {
"url": "https://github.com/devonChurch/eggs-benedict/issues"
},
"homepage": "https://github.com/devonChurch/eggs-benedict#readme",
"keywords": [
"utility",
"throttle",
"debounce",
"react",
"performance",
"optimize",
"callback"
]
}