-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.27 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.27 KB
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
{
"name": "@guildedjs/examples",
"private": true,
"version": "0.0.0",
"description": "Overarching repository for the Guilded.JS examples repository",
"author": "Zaid \"Nico\" <contact@nico.engineer>",
"scripts": {
"lint": "npx eslint examples/",
"lint:fix": "pnpm run lint --fix",
"prepare": "npx husky install",
"prettier": "npx prettier --write **/*.{ts,js,json,yml,yaml,md}",
"refresh": "node scripts/refresh.js"
},
"devDependencies": {
"dotenv": "16.0.3",
"eslint": "8.39.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.3",
"lint-staged": "13.2.2",
"prettier": "2.8.8",
"pretty-quick": "3.1.3",
"rimraf": "5.0.0"
},
"contributors": [
{
"name": "Zaid \"Nico\"",
"email": "contact@nico.engineer",
"url": "https://github.com/zaida04"
},
{
"name": "Skillz4Killz",
"email": "guildedjs@drskillz.33mail.com",
"url": "https://github.com/Skillz4Killz"
},
{
"name": "Uhuh \"Dylan\"",
"email": "dylan@panku.io",
"url": "https://github.com/uhuh"
}
]
}