-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
61 lines (61 loc) · 1.67 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
{
"author": "Arian Acosta (https://twitter.com/arian3k)",
"bin": "bin/install.js",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.3.0",
"eslint-config-airbnb": "^19.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"fs-extra": "^10.0.0",
"prettier": "^2.4.1",
"typescript": "^4.5.2",
"yargs": "^17.2.1"
},
"description": "Automatically install and maintain your code style with linters and formatters for JavaScript, TypeScript and React.",
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"husky": "^7.0.4",
"pinst": "^2.1.6",
"semantic-release": "^18.0.0"
},
"homepage": "https://github.com/arianacosta/poetic",
"keywords": [
"poetic",
"style",
"linter",
"formatter",
"eslint",
"tslint",
"javascript",
"typescript",
"prettier",
"airbnb"
],
"license": "MIT",
"main": "config/index.js",
"name": "poetic",
"private": false,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arianacosta/poetic.git"
},
"scripts": {
"develop": "node scripts/develop.js",
"upgrade:dependencies": "npx npm-check-updates -u",
"postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable"
},
"version": "1.6.0"
}