You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
demo-graphql-oauth/package.json

20 lines
444 B

{
"name": "pcbizr",
"version": "0.0.1",
"description": "",
"main": "src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"graphql": "^14.3.1",
"reflect-metadata": "^0.1.13",
"type-graphql": "^0.17.4"
},
"devDependencies": {
"@types/graphql": "^14.2.0"
}
}