initial commit
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "venabo-gql-templates",
|
||||
"version": "1.0.0",
|
||||
"description": "GraphQL test runner for Venabo API",
|
||||
"main": "run-tests.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"test": "node run-tests.js",
|
||||
"test:verbose": "node run-tests.js --verbose"
|
||||
},
|
||||
"keywords": [
|
||||
"graphql",
|
||||
"testing",
|
||||
"venabo"
|
||||
],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"chalk": "^5.6.2",
|
||||
"dotenv": "^16.4.5",
|
||||
"node-fetch": "^3.3.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user