forked from noctf-project/noCTF
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.01 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.01 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
{
"name": "@noctf/monorepo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint",
"lint:fix": "eslint --fix",
"format": "prettier '**/*.{svelte,ts,js,mjs}' --write"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"devDependencies": {
"@eslint/js": "catalog:",
"@types/pg": "catalog:",
"@typescript-eslint/parser": "catalog:",
"eslint": "catalog:",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.14.0",
"kysely": "catalog:",
"kysely-ctl": "^0.10.1",
"pg": "catalog:",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"svelte-eslint-parser": "^0.43.0",
"typescript-eslint": "catalog:",
"typescript": "catalog:"
},
"packageManager": "pnpm@9.12.2+sha512.22721b3a11f81661ae1ec68ce1a7b879425a1ca5b991c975b074ac220b187ce56c708fe5db69f4c962c989452eee76c82877f4ee80f474cebd61ee13461b6228"
}