-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 982 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
36
{
"name": "horizon",
"version": "3.0.0",
"description": "",
"proxy": "https://beta.horizon-lenses.com",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "concurrently \"npm run server\" \"npm run admin\"",
"server": "cd server && npm start",
"server-prod": "npm run server",
"server-build": "cd server && npm run build",
"admin": "cd admin && npm start",
"admin-dev": "npm run admin",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mohamed-Elzohary/horizon.git"
},
"keywords": [],
"author": "Ayk",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mohamed-Elzohary/horizon/issues"
},
"homepage": "https://github.com/Mohamed-Elzohary/horizon#readme",
"devDependencies": {
"concurrently": "^6.0.2",
"husky": "^7.0.4"
},
"dependencies": {
"dotenv": "^10.0.0",
"heapdump": "^0.3.15",
"jshint": "^2.13.0"
}
}