-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 766 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 766 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
{
"name": "codered",
"version": "1.0.0",
"description": "",
"scripts": {
"setup": "npm i && cd client && npm i && cd ../server && npm i && cd ..",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write .",
"check": "prettier --check .",
"start": "concurrently \"cd client && npm run dev\" \"cd server && npm run start\""
},
"keywords": [
"svelte",
"sveltekit",
"colyseus",
"phaser"
],
"author": "John Carlo Manuel <johncnmanuel@gmail.com> (https://johncarlomanuel.com/)`",
"contributors": [
"Brandy Nguyen",
"John Carlo Manuel"
],
"license": "ISC",
"devDependencies": {
"concurrently": "^9.1.2",
"prettier": "3.4.2",
"prettier-plugin-svelte": "^3.3.2"
}
}