Files
sineQL/package.json
2020-09-22 11:10:12 +10:00

25 lines
551 B
JSON

{
"name": "sineql",
"version": "0.2.1",
"description": "A simple to use graphQL clone",
"main": "source/index.js",
"scripts": {
"test": "cd test-server-books && npm install && npm run node"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ratstail91/sineQL.git"
},
"keywords": [
"graphql",
"rest",
"query"
],
"author": "Kayne Ruse",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ratstail91/sineQL/issues"
},
"homepage": "https://github.com/Ratstail91/sineQL#readme"
}