Initial commit
parents
Showing
.env
0 → 100644
.gitignore
0 → 100644
README.md
0 → 100644
createDevice.js
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
{ | |||
"name": "gql-anitech", | |||
"version": "1.0.0", | |||
"description": "", | |||
"main": "index.js", | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1" | |||
}, | |||
"keywords": [], | |||
"author": "", | |||
"license": "ISC", | |||
"dependencies": { | |||
"dotenv": "^16.0.0", | |||
"graphql": "^16.3.0", | |||
"graphql-request": "^4.0.0", | |||
"md5": "^2.3.0" | |||
} | |||
} |
Please
register
or
sign in
to comment