Skip to content

Commit

Permalink
Merge pull request #56 from nexys-system/nodenext
Browse files Browse the repository at this point in the history
Nodenext
  • Loading branch information
johnb8005 committed Dec 24, 2023
2 parents 7ed9388 + 8651889 commit 2af3fcd
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@nexys/fetchr",
"version": "0.11.4",
"version": "0.12.0",
"license": "AGPL-3.0-or-later",
"main": "dist/index.js",
"files": [
Expand All @@ -13,16 +13,13 @@
"url": "https://github.com/nexys-system/fetch-r/"
},
"devDependencies": {
"@types/graphql-fields": "^1.3.4",
"@types/jest": "^26.0.22",
"@types/jsonwebtoken": "^8.5.1",
"@types/koa": "^2.13.1",
"@types/koa-mount": "^4.0.0",
"@types/koa-router": "^7.4.1",
"@types/node": "^14.14.37",
"dotenv": "^16.3.1",
"graphql": "^16.5.0",
"graphql-fields": "^2.0.3",
"jest": "^26.6.3",
"jsonwebtoken": "^8.5.1",
"koa": "^2.13.1",
Expand All @@ -35,18 +32,16 @@
},
"dependencies": {
"@nexys/validation": "^2.1.4",
"@types/graphql-fields": "^1.3.4",
"@types/pg": "^8.10.2",
"@types/sqlstring": "^2.3.0",
"crc-32": "^1.2.2",
"graphql": "^16.5.0",
"graphql-fields": "^2.0.3",
"mysql2": "^3.6.5",
"pg": "^8.11.3",
"sqlstring": "^2.3.2"
},
"peerDependencies": {
"@types/graphql-fields": "^1.3.4",
"graphql": "^16.5.0",
"graphql-fields": "^2.0.3"
},
"scripts": {
"start": "node dist/index.js",
"build": "tsc",
Expand Down

0 comments on commit 2af3fcd

Please sign in to comment.