@gql2ts/language-typescript
Version:
typescript defaults
42 lines (41 loc) • 988 B
JSON
{
"name": "@gql2ts/language-typescript",
"private": false,
"version": "1.9.0",
"description": "typescript defaults",
"main": "dist/index.js",
"files": [
"dist",
"postinstall.js"
],
"typings": "dist/index.d.ts",
"scripts": {
"postinstall": "node postinstall.js",
"prepublish": "tsc -p tsconfig.json",
"build:watch": "tsc -w -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/avantcredit/gql2ts.git"
},
"keywords": [
"gql2ts",
"graphql",
"typescript"
],
"author": "Brett Jurgens <brett.jurgens@avant.com> (https://www.avant.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/avantcredit/gql2ts/issues"
},
"homepage": "https://github.com/avantcredit/gql2ts#readme",
"dependencies": {
"@gql2ts/util": "^1.9.0",
"humps": "^2.0.0"
},
"devDependencies": {
"@gql2ts/types": "^1.9.0",
"@types/humps": "^1.1.2",
"@types/prettier": "^1.10.0"
}
}