-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 988 Bytes
/
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
{
"name": "@wearerequired/coding-standards",
"version": "0.0.0",
"description": "required Coding Standards",
"repository": {
"type": "git",
"url": "git+/~https://github.com/wearerequired/coding-standards.git"
},
"keywords": [
"eslint",
"eslintconfig",
"config",
"stylelint",
"stylelintrc"
],
"author": "required gmbh",
"license": "GPL-2.0-or-later",
"bugs": {
"url": "/~https://github.com/wearerequired/coding-standards/issues"
},
"homepage": "/~https://github.com/wearerequired/coding-standards/tree/master/packages/eslint-config#readme",
"private": true,
"devDependencies": {
"@wearerequired/eslint-config": "file:packages/eslint-config",
"lerna": "^8.0.2",
"prettier": "npm:wp-prettier@3.0.3"
},
"scripts": {
"publish:check": "lerna updated",
"publish:dev": "lerna publish --dist-tag next",
"publish:prod": "lerna publish",
"lint-js": "eslint .",
"lint-js:fix": "npm run lint-js -- --fix"
}
}