mirror of
https://github.com/FranP-code/countries.git
synced 2025-10-13 00:02:15 +00:00
Initial commit
This commit is contained in:
19
package.json
Normal file
19
package.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"engines": {
|
||||
"node": "8"
|
||||
},
|
||||
"scripts": {
|
||||
"pretest": "eslint index.js",
|
||||
"test": "echo \"Error: no test specified\" && exit",
|
||||
"start": "nodemon -r esm index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@trevorblades/eslint-config": "^6.18.0",
|
||||
"apollo-server": "^2.1.0",
|
||||
"countries-list": "^2.3.2",
|
||||
"eslint": "^5.6.1",
|
||||
"esm": "^3.0.84",
|
||||
"graphql": "^14.0.2",
|
||||
"nodemon": "^1.18.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user