Skip to content

Commit

Permalink
Inserting package properties
Browse files Browse the repository at this point in the history
  • Loading branch information
andrelmlins committed Jun 4, 2020
1 parent fa47771 commit 459408b
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,43 @@
{
"name": "recife",
"version": "1.0.0",
"main": "index.js",
"version": "0.1.0",
"description": "MVC Framework for GraphQL",
"license": "MIT",
"author": "André Lins <andrelucas01@hotmail.com> (https://andrelmlins.github.io/)",
"repository": "https://github.com/recifejs/recife",
"scripts": {
"start": "rm -Rf dist && tsc && node dist/bin/index.js start",
"build": "tsc -p"
"build": "tsc -p . && rm -Rf example"
},
"files": [
"dist",
"scripts",
"bin",
"README.md"
],
"bin": {
"recife": "dist/index.js"
},
"dependencies": {
"@types/express": "^4.17.6",
"apollo-server": "^2.14.2",
"apollo-server-express": "^2.14.2",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1"
},
"devDependencies": {
"@types/express": "^4.17.6",
"@types/node": "^14.0.10",
"typescript": "^3.9.2"
}
},
"bugs": {
"url": "https://github.com/recifejs/recife/issues"
},
"keywords": [
"recife",
"mvc",
"framework",
"graphql",
"nodejs"
]
}

0 comments on commit 459408b

Please sign in to comment.