-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.05 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
{
"name": "plop-action-copy",
"version": "1.1.0",
"description": "💧 plop action copy",
"keywords": [
"plop",
"plop-pack",
"plop-action",
"action-type",
"copy",
"eslint",
"prettier"
],
"homepage": "https://npmjs.com/package/plop-action-copy",
"bugs": {
"url": "https://github.com/bradgarropy/plop-action-copy/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-action-copy"
},
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"format": "prettier --check .",
"format:fix": "prettier --write ."
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.9",
"@bradgarropy/eslint-config": "^1.2.3",
"eslint": "^8.23.0",
"prettier": "^2.7.1"
}
}