@sanity-codegen/cli
Version:
CLI for sanity-codegen
89 lines (88 loc) • 2.23 kB
JSON
{
"name": "@sanity-codegen/cli",
"version": "1.0.0-alpha.13",
"description": "CLI for sanity-codegen",
"keywords": [
"oclif",
"sanity",
"sanity-plugin",
"sanity-tool",
"typescript",
"codegen"
],
"homepage": "https://github.com/ricokahler/sanity-codegen/packages/cli",
"bugs": "https://github.com/ricokahler/sanity-codegen/issues",
"repository": {
"type": "git",
"url": "https://github.com/ricokahler/sanity-codegen",
"directory": "packages/cli"
},
"license": "MIT",
"author": {
"name": "Rico Kahler",
"email": "ricokahler@me.com",
"url": "https://github.com/ricokahler"
},
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"bin": {
"sanity-codegen": "./bin/run"
},
"files": [
"/bin",
"/lib",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"scripts": {
"build": "./scripts/build",
"clean": "rm -rf node_modules && tsc -b --clean",
"lint": "eslint --ext .ts,.js ./src",
"prepack": "rm -rf lib && npm run build && oclif-dev manifest && oclif-dev readme",
"postpack": "rm -f oclif.manifest.json",
"sort-package-json": "sort-package-json",
"test": "jest",
"version": "npx oclif-dev readme && git add README.md"
},
"jest": {
"transform": {
"\\.[jt]sx?$": [
"babel-jest",
{
"rootMode": "upward"
}
]
}
},
"dependencies": {
"@babel/core": "^7.14.8",
"@oclif/command": "^1.8.0",
"@oclif/config": "^1.17.0",
"@oclif/plugin-help": "^3.2.2",
"@sanity-codegen/groq-codegen": "^1.0.0-alpha.13",
"@sanity-codegen/schema-codegen": "^1.0.0-alpha.13",
"@sanity-codegen/types": "^1.0.0-alpha.13",
"babel-merge": "^3.0.0",
"chalk": "^4.1.2",
"common-tags": "^1.8.0",
"ora": "^5.4.1",
"rxjs": "^7.3.0"
},
"devDependencies": {
"@oclif/dev-cli": "^1.26.0",
"@types/common-tags": "^1.8.0",
"@types/node": "^10.17.56",
"globby": "^10.0.2"
},
"engines": {
"node": ">=12.22.0"
},
"oclif": {
"commands": "./lib/commands",
"bin": "sanity-codegen",
"plugins": [
"@oclif/plugin-help"
]
},
"gitHead": "a9b65a0ba68d9b6fe9c68473fc8c2ce998e4318f"
}