mirror of
https://github.com/Ratstail91/sineQL.git
synced 2026-03-17 21:22:00 +11:00
Removes [@tootallnate/once](https://github.com/TooTallNate/once). It's no longer used after updating ancestor dependency [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest). These dependencies need to be updated together. Removes `@tootallnate/once` Updates `jest` from 27.5.1 to 30.2.0 - [Release notes](https://github.com/jestjs/jest/releases) - [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md) - [Commits](https://github.com/jestjs/jest/commits/v30.2.0/packages/jest) --- updated-dependencies: - dependency-name: "@tootallnate/once" dependency-version: dependency-type: indirect - dependency-name: jest dependency-version: 30.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
30 lines
628 B
JSON
30 lines
628 B
JSON
{
|
|
"name": "sineql",
|
|
"version": "1.0.6",
|
|
"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": "zlib",
|
|
"bugs": {
|
|
"url": "https://github.com/Ratstail91/sineQL/issues"
|
|
},
|
|
"homepage": "https://github.com/Ratstail91/sineQL#readme",
|
|
"devDependencies": {
|
|
"jest": "^30.2.0"
|
|
}
|
|
}
|