forked from bbansrun/AjouNICE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 843 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
32
33
34
35
{
"name": "ajounice",
"version": "0.0.1",
"description": "New Generation of Community Service for Ajou University",
"private": true,
"devDependencies": {},
"scripts": {
"client:dev": "yarn workspace client serve",
"client:build": "yarn workspace client build",
"server:dev": "yarn workspace server serve",
"apollo": "yarn workspace apollo-server start"
},
"workspaces": [
"client",
"server",
"apollo-server"
],
"repository": {
"type": "git",
"url": "git+https://github.com/bbansrun/AjouNICE.git"
},
"keywords": [
"community",
"ajou"
],
"author": "Bbansrun",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/bbansrun/AjouNICE/issues"
},
"homepage": "https://github.com/bbansrun/AjouNICE#readme",
"dependencies": {
"core-js": "^2.6.11"
}
}