-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 825 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
{
"name": "codesnippets",
"version": "1.0.1",
"description": "A fullstack app for searching code snippets and uploading them",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/index.js && cd ../client && npm start",
"build": "cd client && npm install --force && npm run build && cd ../server && npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kujuh3/Codesnippets__React-Node-Express-PostgreSQL.git"
},
"engines": {
"node" : "16.15.0"
},
"author": "kujala",
"license": "ISC",
"bugs": {
"url": "https://github.com/kujuh3/Codesnippets__React-Node-Express-PostgreSQL.git/issues"
},
"homepage": "https://github.com/kujuh3/Codesnippets__React-Node-Express-PostgreSQL.git#readme"
}