node_modules.apollo-codegen-scala.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apollo-client-maven-plugin Show documentation
Show all versions of apollo-client-maven-plugin Show documentation
Maven plugin for generating graphql clients
{
"_from": "apollo-codegen-scala@^0.20.0",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-NbnMOfUXXovlTGRj4mIZGXB9HvidQhwKfAmdYHox5peHPkjjsqEzxGCIuWCSnubWiCF2uHZnQoIkg4sXWf0KLw==",
"_location": "/apollo-codegen-scala",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "apollo-codegen-scala@^0.20.0",
"name": "apollo-codegen-scala",
"escapedName": "apollo-codegen-scala",
"rawSpec": "^0.20.0",
"saveSpec": null,
"fetchSpec": "^0.20.0"
},
"_requiredBy": [
"/apollo-codegen"
],
"_resolved": "https://registry.npmjs.org/apollo-codegen-scala/-/apollo-codegen-scala-0.20.0.tgz",
"_shasum": "3ce29057cbb72f47806b27e6b780252dfa4fc349",
"_spec": "apollo-codegen-scala@^0.20.0",
"_where": "/home/circleci/apollo-client-maven-plugin/apollo-client-maven-plugin/target/node_modules/apollo-codegen",
"author": {
"name": "Martijn Walraven",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/apollographql/apollo-codegen/issues"
},
"bundleDependencies": false,
"dependencies": {
"apollo-codegen-core": "^0.20.0",
"change-case": "^3.0.1",
"inflected": "^2.0.3"
},
"deprecated": false,
"description": "Scala generator module for Apollo Codegen",
"devDependencies": {
"@types/graphql": "^0.12.4",
"@types/inflected": "^1.1.29",
"graphql": "^0.13.1",
"jest": "^22.0.3",
"jest-matcher-utils": "^22.0.3",
"lerna": "^2.11.0",
"ts-jest": "^22.0.0",
"typescript": "^2.6.2"
},
"engines": {
"node": ">=6.0",
"npm": ">=5.0"
},
"homepage": "https://github.com/apollographql/apollo-codegen#readme",
"jest": {
"testEnvironment": "node",
"testMatch": [
"**/__tests__/*.(js|ts)"
],
"setupFiles": [
"/../apollo-codegen-core/src/polyfills.ts"
],
"testPathIgnorePatterns": [
"/node_modules/",
"/lib/",
"/test/fixtures/",
"/test/test-utils"
],
"transform": {
"^.+\\.(ts|js)x?$": "../../node_modules/ts-jest/preprocessor.js"
},
"moduleFileExtensions": [
"ts",
"js"
],
"globals": {
"ts-jest": {
"skipBabel": true,
"tsConfigFile": "tsconfig.test.json"
}
}
},
"license": "MIT",
"main": "./lib/index.js",
"name": "apollo-codegen-scala",
"repository": {
"type": "git",
"url": "git+https://github.com/apollographql/apollo-codegen.git"
},
"scripts": {
"build": "tsc -p .",
"clean": "rm -rf lib",
"prebuild": "npm run clean",
"test": "jest",
"watch": "tsc -w -p ."
},
"version": "0.20.0"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy