generated from bradgarropy/node-library-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.2 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "@bradgarropy/plop-generator-react-hook",
"version": "1.1.1",
"description": "💧 plop generator react hook",
"keywords": [
"node",
"typescript",
"eslint",
"prettier",
"jest",
"plop",
"plop-pack",
"plop-generator",
"react"
],
"homepage": "https://github.com/bradgarropy/plop-generator-react-hook",
"bugs": {
"url": "https://github.com/bradgarropy/plop-generator-react-hook/issues"
},
"license": "MIT",
"author": {
"name": "Brad Garropy",
"email": "[email protected]",
"url": "https://bradgarropy.com"
},
"files": [
"dist"
],
"main": "dist/index.js",
"types": "dist/types/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/bradgarropy/plop-generator-react-hook"
},
"scripts": {
"start": "tsc --watch",
"build": "tsc",
"postbuild": "cp -r src/templates dist/templates",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"format": "prettier --check .",
"format:fix": "prettier --write .",
"test": "jest --passWithNoTests",
"test:watch": "jest --passWithNoTests --watch",
"contributors": "all-contributors generate",
"prepare": "npm run build"
},
"dependencies": {
"tslib": "^2.3.1"
},
"peerDependencies": {
"plop": "^2.7.4"
},
"devDependencies": {
"@bradgarropy/eslint-config": "^1.2.3",
"@bradgarropy/eslint-config-typescript": "^1.0.3",
"@types/jest": "^27.4.0",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"all-contributors-cli": "^6.20.0",
"babel-eslint": "^10.1.0",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^4.3.8",
"jest": "^27.5.1",
"lint-staged": "^10.5.4",
"node-plop": "^0.26.2",
"plop": "^2.7.4",
"prettier": "^2.5.1",
"ts-jest": "^27.1.3",
"typescript": "^4.5.5"
},
"engines": {
"node": ">=10"
}
}