-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
40 lines (40 loc) · 958 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
36
37
38
39
40
{
"name": "@zestia/prettier-config",
"version": "1.3.5",
"description": "Prettier config",
"type": "module",
"main": "index.mjs",
"scripts": {
"test": "npm run lint",
"lint": "eslint .",
"prettier": "prettier . --write",
"release": "release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zestia/prettier-config.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"keywords": [
"prettier",
"prettier-config"
],
"author": "Zestia",
"license": "ISC",
"bugs": {
"url": "https://github.com/zestia/prettier-config/issues"
},
"homepage": "https://github.com/zestia/prettier-config",
"devDependencies": {
"@zestia/prettier-config": "./",
"@zestia/eslint-config": "^7.0.1",
"prettier": "^3.4.2",
"release-it": "^16.1.3"
},
"peerDependencies": {
"prettier": "^3.4.2",
"prettier-plugin-ember-template-tag": "^2.0.4"
}
}