-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.2 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
{
"private": true,
"name": "imperial-kitchen",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev:mobile": "yarn build:types && yarn workspace mobile dev",
"dev:server": "yarn build:types && yarn workspace server dev",
"build:types": "yarn workspace @imperial-kitchen/types build",
"pre build:android": "yarn workspace mobile pre build:android",
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "husky"
},
"keywords": [
"food order",
"imperial kitchen",
"food",
"kitchen"
],
"author": "dribble-njr <wzw15292257101@163.com>",
"license": "MIT",
"workspaces": [
"apps/*",
"packages/*"
],
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@eslint/js": "^9.2.0",
"cross-env": "^7.0.3",
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "3.2.5",
"typescript-eslint": "^7.9.0"
},
"dependencies": {
"dotenv": "^16.4.5"
},
"repository": "https://github.com/dribble-njr/imperial-kitchen.git"
}