-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 885 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
{
"author": "Haneru Developers",
"bugs": {
"url": "https://github.com/inabagumi/eslint-config/issues"
},
"dependencies": {},
"description": "A Prettier config for the Haneru Developers.",
"devDependencies": {
"ajv-cli": "^5.0.0",
"prettier": "~3.4.2",
"standard-version": "^9.3.2"
},
"homepage": "https://github.com/inabagumi/prettier-config",
"license": "MIT",
"main": "index.js",
"name": "@inabagumi/prettier-config",
"packageManager": "[email protected]",
"peerDependencies": {
"prettier": ">= 2.4.0"
},
"prettier": "./index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/inabagumi/prettier-config.git"
},
"scripts": {
"format": "prettier --write .",
"format-check": "prettier --check .",
"release": "standard-version"
},
"type": "module",
"types": "index.d.ts",
"version": "3.0.0"
}