-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 870 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 870 Bytes
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
{
"name": "backend",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "squid build",
"start": "squid start",
"deploy": "squid deploy",
"format": "prettier --write \"./**/src/**/*.{ts,js,tsx,jsx,md,mdx}\" --list-different",
"lint": "eslint"
},
"author": "",
"license": "ISC",
"dependencies": {
"@squidcloud/backend": "^1.0.467",
"@squidcloud/client": "^1.0.467",
"assertic": "^1.3.0"
},
"devDependencies": {
"@squidcloud/cli": "^1.0.467",
"@typescript-eslint/eslint-plugin": "^8.50.0",
"@typescript-eslint/parser": "^8.50.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-html": "^8.1.3",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-unused-imports": "^4.3.0",
"prettier": "^3.7.4",
"typescript": "^5.9.3"
}
}