forked from steadicat/eslint-plugin-react-memo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 785 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 785 Bytes
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
{
"name": "@jankuca/eslint-plugin-react-usecallback",
"version": "0.0.3",
"description": "",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/jankuca/eslint-plugin-react-usecallback.git"
},
"license": "MIT",
"devDependencies": {
"@rollup/plugin-node-resolve": "^11.2.1",
"@rollup/plugin-typescript": "^8.2.1",
"@types/eslint": "^7.2.7",
"@typescript-eslint/parser": "^4.19.0",
"@typescript-eslint/types": "^4.19.0",
"eslint": "^7.23.0",
"rollup": "^2.43.1",
"typescript": "^4.2.3"
},
"scripts": {
"build": "rm -rf dist && rollup -c",
"prepublish:public": "npm run build && npm run bump-version",
"publish:public": "npm publish --access public"
},
"files": [
"dist"
]
}