-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1020 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
35
36
37
38
{
"name": "plop-helper-list",
"version": "1.0.0",
"description": "💧 plop helper list",
"keywords": [
"plop",
"plop-pack",
"plop-helper",
"helper",
"list"
],
"homepage": "https://npmjs.com/package/plop-helper-list",
"bugs": {
"url": "https://github.com/bradgarropy/plop-helper-list/issues"
},
"license": "MIT",
"author": {
"name": "Brad Garropy",
"email": "bradgarropy@gmail.com",
"url": "https://bradgarropy.com"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/bradgarropy/plop-helper-list"
},
"scripts": {},
"dependencies": {},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.5.0",
"eslint-config-bradgarropy": "^1.3.2",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.4",
"eslint-plugin-react-hooks": "^4.0.8"
},
"peerDependencies": {}
}