-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.04 KB
/
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
41
42
43
44
45
46
{
"author": {
"name": "Dusk Network B.V.",
"url": "https://dusk.network/",
"mail": "[email protected]"
},
"bugs": "https://github.com/dusk-network/prettier-config/issues/",
"contributors": [
"Kieran Hall <[email protected]>"
],
"description": "Prettier config used by Dusk JavaScript apps",
"engines": {
"node": ">=16.0.0"
},
"files": [
"js/**/*.js",
"svelte/**/*.js"
],
"homepage": "https://github.com/dusk-network/prettier-config/",
"keywords": [
"dusk",
"dusk network",
"prettier",
"prettierconfig"
],
"license": "MPL-2.0",
"name": "@dusk-network/prettier-config",
"repository": {
"type": "git",
"url": "https://github.com/dusk-network/prettier-config.git"
},
"scripts": {
"check": "prettier . --check",
"lint": "eslint ."
},
"version": "1.1.0",
"devDependencies": {
"@dusk-network/eslint-config": "3.1.0",
"eslint": "8.57.0",
"prettier": "3.2.5"
},
"optionalDependencies": {
"prettier-plugin-svelte": ">=3.2.1"
},
"type": "module"
}