-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 803 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 803 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
30
31
{
"private": true,
"description": "Eslint Config for React Native",
"main": "index.js",
"scripts": {
"test": "jest",
"clean": "lerna run clean",
"build": "lerna run prepack",
"publish": "lerna publish",
"release": "run-s build publish"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"keywords": ["eslint", "prettier", "react-native"],
"author": "Rodrigo Angelo Valentini <rodrigoangelovalentini@hotmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/RodrigoAngeloValentini/eslint-essentials.git"
},
"license": "MIT",
"workspaces": [
"packages/*"
],
"dependencies": {},
"devDependencies": {
"@lerna-lite/cli": "^3.2.1",
"@lerna-lite/publish": "^3.2.1",
"@lerna-lite/run": "^3.2.1"
}
}