mirror of
https://github.com/Ratstail91/sineQL.git
synced 2025-11-29 02:34:28 +11:00
28 lines
554 B
JSON
28 lines
554 B
JSON
{
|
|
"name": "sineql",
|
|
"version": "0.4.1",
|
|
"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": [
|
|
"graphql",
|
|
"rest",
|
|
"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"
|
|
}
|
|
}
|