We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd31874 commit 662da21Copy full SHA for 662da21
api/package.json
@@ -1,11 +1,10 @@
1
{
2
"name": "hackbuddy-api",
3
"version": "1.0.0",
4
- "description": "",
5
"main": "server.js",
6
"scripts": {
7
"start": "NODE_ENV=production node server.js",
8
- "dev": "NODE_ENV=development nodemon ./src/server.js",
+ "dev": "NODE_ENV=development nodemon server.js",
9
"test": "NODE_ENV=testing jest --verbose --runInBand --watch"
10
},
11
"dependencies": {
@@ -36,10 +35,8 @@
36
35
37
"repository": {
38
"type": "git",
39
- "url": "git+https://github.com/codingknite/api-server.git"
+ "url": "git+https://github.com/codingknite/hackbuddy.git"
40
41
- "keywords": [],
42
- "author": "",
43
- "license": "ISC",
44
- "homepage": "https://github.com/codingknite/api-server#readme"
+ "homepage": "https://github.com/codingknite/hackbuddy#readme",
+ "license": "MIT"
45
}
0 commit comments