Files
sineQL/package.json
2022-02-25 05:21:58 +00:00

30 lines
579 B
JSON

{
"name": "sineql",
"version": "0.5.3",
"description": "A simple to use graphQL clone",
"main": "source/index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Ratstail91/sineQL.git"
},
"keywords": [
"sineql",
"graphql",
"rest",
"api",
"query"
],
"author": "Kayne Ruse",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ratstail91/sineQL/issues"
},
"homepage": "https://github.com/Ratstail91/sineQL#readme",
"devDependencies": {
"jest": "^27.5.1"
}
}