-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.25 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
46
47
48
49
50
51
{
"name": "ghana-universities-list",
"version": "1.0.0",
"description": "A list of universities and colleges in ghana",
"main": "app.js",
"scripts": {
"start": "node dist/app.js",
"build": "yarn clean && babel src -d dist",
"clean": "rimraf dist",
"dev": "nodemon --exec babel-node src/app.js",
"test": "echo \"Error: no test specified\" && exit 1",
"render-build": "yarn install && yarn build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brvhprince/list-of-universities-in-ghana.git"
},
"keywords": [
"ghana",
"universities",
"colleges",
"universities",
"in",
"ghana",
"colleges",
"in",
"ghana"
],
"author": "Prince Takyi Akomea",
"license": "MIT",
"bugs": {
"url": "https://github.com/brvhprince/list-of-universities-in-ghana/issues"
},
"homepage": "https://github.com/brvhprince/list-of-universities-in-ghana#readme",
"devDependencies": {
"@babel/cli": "^7.17.6",
"@babel/core": "^7.17.9",
"@babel/node": "^7.16.8",
"@babel/preset-env": "^7.16.11",
"nodemon": "^2.0.15",
"rimraf": "^3.0.2"
},
"dependencies": {
"cors": "^2.8.5",
"express": "^4.18.0"
},
"engines": {
"node": ">=16.x",
"yarn": "1.x"
}
}