-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json.json
More file actions
22 lines (22 loc) · 2.43 KB
/
package.json.json
File metadata and controls
22 lines (22 loc) · 2.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"sourceFile": "package.json",
"activeCommit": 0,
"commits": [
{
"activePatchIndex": 1,
"patches": [
{
"date": 1662103798695,
"content": "Index: \n===================================================================\n--- \n+++ \n"
},
{
"date": 1662103835835,
"content": "Index: \n===================================================================\n--- \n+++ \n@@ -1,7 +1,7 @@\n {\n \"name\": \"easygraphql-parser\",\n- \"version\": \"0.0.15\",\n+ \"version\": \"0.0.16\",\n \"description\": \"Parse GraphQL Schema\",\n \"main\": \"index.js\",\n \"scripts\": {\n \"test\": \"nyc --check-coverage --lines 91 mocha\",\n"
}
],
"date": 1662103798695,
"name": "Commit-0",
"content": "{\n \"name\": \"easygraphql-parser\",\n \"version\": \"0.0.15\",\n \"description\": \"Parse GraphQL Schema\",\n \"main\": \"index.js\",\n \"scripts\": {\n \"test\": \"nyc --check-coverage --lines 91 mocha\",\n \"prettier:check\": \"prettier --write './{lib,test,utils}/**/*.{js,graphql}'\",\n \"prettier:format\": \"prettier --write './{lib,test,utils}/**/*.{js,graphql}'\",\n \"coveralls\": \"nyc npm test && nyc report --reporter=text-lcov | coveralls\"\n },\n \"husky\": {\n \"hooks\": {\n \"pre-commit\": \"npm run prettier:format && git add .\",\n \"pre-push\": \"npm run test\"\n }\n },\n \"keywords\": [\n \"nodejs\",\n \"graphql\",\n \"parser\",\n \"schema\"\n ],\n \"homepage\": \"https://github.com/EasyGraphQL/easygraphql-parser\",\n \"author\": {\n \"name\": \"EasyGraphQL\",\n \"url\": \"https://github.com/EasyGraphQL\"\n },\n \"repository\": {\n \"type\": \"git\",\n \"url\": \"https://github.com/EasyGraphQL/easygraphql-parser\"\n },\n \"bugs\": {\n \"url\": \"https://github.com/EasyGraphQL/easygraphql-parser/issues\"\n },\n \"license\": \"MIT\",\n \"dependencies\": {\n \"@graphql-tools/merge\": \"^6.0.11\"\n },\n \"peerDependencies\": {\n \"graphql\": \"^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0\"\n },\n \"devDependencies\": {\n \"chai\": \"^4.1.2\",\n \"coveralls\": \"^3.0.2\",\n \"graphql\": \"^15.3.0\",\n \"husky\": \"^3.0.0\",\n \"mocha\": \"^6.1.4\",\n \"nyc\": \"^14.0.0\",\n \"prettier\": \"^1.18.2\"\n }\n}\n"
}
]
}