-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 1014 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
{
"name": "code-and-coffee-website-service-settings",
"version": "1.0.0",
"description": "Manages the settings for the Code and Coffee Website Service",
"main": "index.js",
"type": "module",
"scripts": {
"validate": "ts-node --esm validate.ts",
"fix": "npx prettier --write . && npx eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeandCoffeeCommunity/Code-and-Coffee-Website-Service-Settings.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CodeandCoffeeCommunity/Code-and-Coffee-Website-Service-Settings/issues"
},
"homepage": "https://github.com/CodeandCoffeeCommunity/Code-and-Coffee-Website-Service-Settings#readme",
"devDependencies": {
"@types/node": "^18.16.3",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"ajv": "^8.12.0",
"eslint": "^8.39.0",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
}
}