mirror of
https://github.com/IT4Change/boilerplate-backend.git
synced 2026-01-20 20:01:31 +00:00
initial package.json
This commit is contained in:
parent
852e7f0346
commit
e7b00034d3
1524
package-lock.json
generated
Normal file
1524
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
22
package.json
Normal file
22
package.json
Normal file
@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "boilerplate-backend",
|
||||
"version": "1.0.0",
|
||||
"description": "The IT4C Boilerplate for backends",
|
||||
"main": "build/index.js",
|
||||
"type": "module",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/IT4Change/boilerplate-backend.git"
|
||||
},
|
||||
"author": {
|
||||
"name": "Moriz Wahl"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/IT4Change/boilerplate-backend/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"apollo-server-express": "^3.13.0",
|
||||
"graphql": "^16.8.1"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user