graphql-mapping-template
Advanced tools
Comparing version 1.0.27 to 1.1.0-alpha.0a106b94
{ | ||
"name": "graphql-mapping-template", | ||
"version": "1.0.27", | ||
"description": "An AST wrapper around AWS AppSync resolvers", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "jest", | ||
"build": "tsc", | ||
"clean": "rm -rf ./lib" | ||
"name": "graphql-mapping-template", | ||
"version": "1.1.0-alpha.0a106b94", | ||
"description": "An AST wrapper around AWS AppSync resolvers", | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"test": "jest", | ||
"build": "tsc", | ||
"clean": "rm -rf ./lib" | ||
}, | ||
"keywords": [ | ||
"graphql", | ||
"appsync", | ||
"cloudformation", | ||
"aws" | ||
], | ||
"dependencies": { | ||
"cloudform": "^2.2.1" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^22.2.3", | ||
"jest": "^23.0.0", | ||
"ts-jest": "^22.4.6", | ||
"tslint": "^5.10.0", | ||
"typescript": "^2.8.3" | ||
}, | ||
"author": "Amazon Web Services", | ||
"license": "Apache-2.0", | ||
"jest": { | ||
"transform": { | ||
"^.+\\.tsx?$": "ts-jest" | ||
}, | ||
"keywords": [ | ||
"graphql", | ||
"appsync", | ||
"cloudformation", | ||
"aws" | ||
], | ||
"dependencies": { | ||
"cloudform": "^2.2.1" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^22.2.3", | ||
"jest": "^23.0.0", | ||
"ts-jest": "^22.4.6", | ||
"tslint": "^5.10.0", | ||
"typescript": "^2.8.3" | ||
}, | ||
"author": "Amazon Web Services", | ||
"license": "Apache-2.0", | ||
"jest": { | ||
"transform": { | ||
"^.+\\.tsx?$": "ts-jest" | ||
}, | ||
"testURL": "http://localhost", | ||
"testRegex": "(src/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"tsx", | ||
"js", | ||
"jsx", | ||
"json", | ||
"node" | ||
] | ||
}, | ||
"gitHead": "c90740936a898d3975a7a99d5827c9d357be0efe" | ||
"testURL": "http://localhost", | ||
"testRegex": "(src/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", | ||
"moduleFileExtensions": [ | ||
"ts", | ||
"tsx", | ||
"js", | ||
"jsx", | ||
"json", | ||
"node" | ||
] | ||
} | ||
} |
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
75570
29
2