amplience-graphql-codegen-common
Advanced tools
Comparing version 0.1.3 to 0.1.6
{ | ||
"name": "amplience-graphql-codegen-common", | ||
"version": "0.1.3", | ||
"module": "dist/index.mjs", | ||
"author": "Lab Digital", | ||
"version": "0.1.6", | ||
"private": false, | ||
"license": "MIT", | ||
"module": "dist/index.mjs", | ||
"main": "dist/index.js", | ||
@@ -12,11 +13,8 @@ "typings": "dist/index.d.ts", | ||
], | ||
"publishConfig": { | ||
"directory": "dist" | ||
}, | ||
"engines": { | ||
"node": ">=16" | ||
}, | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs" | ||
} | ||
}, | ||
"scripts": { | ||
@@ -26,22 +24,10 @@ "start": "tsup --watch", | ||
"postbuild": "cp package.json dist", | ||
"lint": "eslint", | ||
"size": "size-limit", | ||
"analyze": "size-limit --why" | ||
"lint": "eslint" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "eslint" | ||
} | ||
}, | ||
"dependencies": { | ||
"change-case": "^4.1.2", | ||
"graphql": "^15.6.0" | ||
"graphql": "^15.6.0", | ||
"graphql-tag": "^2.12.6" | ||
}, | ||
"devDependencies": { | ||
"@babel/preset-env": "^7.18.9", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@luckycatfactory/esbuild-graphql-loader": "^3.7.0", | ||
"esbuild": "^0.15.5", | ||
"graphql-tag": "^2.12.6" | ||
} | ||
"gitHead": "8ec548b31ea77c5bdde92f010d48d30f98be4a91" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
1712
0
2
1
3
+ Addedgraphql-tag@^2.12.6
+ Addedgraphql-tag@2.12.6(transitive)