Files
sineQL/package.json
2022-06-29 01:50:45 +01:00

30 lines
627 B
JSON

{
"name": "sineql",
"version": "1.0.0",
"description": "A simple to use graphQL clone",
"main": "source/index.js",
"scripts": {
"test": "jest --coverage --collectCoverageFrom=source/**/*.js"
},
"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"
}
}