upgrade to node 16, add search by full product id (#84)

This commit is contained in:
Anders Gustafsson
2021-11-02 10:57:11 +01:00
committed by GitHub
parent 043f1455cf
commit 0afe689200
10 changed files with 260 additions and 2892 deletions
+4
View File
@@ -10,6 +10,9 @@
"unit:dev": "jest --watch src/__test__/unit.test.ts",
"test:manual": "cd manual-tests && ts-node test-scopes.ts"
},
"engines": {
"node": ">=16.12 <17"
},
"author": "",
"license": "ISC",
"dependencies": {
@@ -28,6 +31,7 @@
"graphql-scalars": "^1.10.0",
"jsonwebtoken": "^8.5.1",
"jwk-to-pem": "^2.0.5",
"knex": "^0.95.12",
"knex-stringcase": "^1.4.5",
"nodemon": "^2.0.12",
"pg": "^8.7.1",