UNPKG

@gapi/cli

Version:
77 lines (76 loc) 2.08 kB
{ "name": "@gapi/cli", "version": "1.8.224", "description": "Gapi command line interface", "main": "./dist/main.js", "types": "./dist/main.d.ts", "module": "./dist/main.js", "typings": "./dist/main.d.ts", "files": [ "dist", "bash" ], "scripts": { "start": "gapi start --local --path=./src/daemon-server/main.ts --inspect --parcel --minify=false --outDir ./daemon-server/server", "patch": "npm run build && npm version patch && npm publish --update-readme --access public && npm run delete-dist", "delete-dist": "rm -rf dist", "clean": "git clean -dxf", "test": "echo test", "lint": "npx eslint . --ext .ts", "lint-fix": "npx eslint . --fix --ext .ts", "build": "rm -rf dist && tsc" }, "repository": { "type": "git", "url": "https://github.com/Stradivario/gapi-cli.git" }, "keywords": [ "Gapi", "CLI", "graphql" ], "bin": { "gapi": "./dist/main.js" }, "author": "Kristiyan Tachev (@Stradivario)", "license": "MIT", "dependencies": { "@gapi/schematics": "^1.8.223", "@rxdi/compressor": "^0.7.246", "@rxdi/core": "^0.7.246", "@zeit/ncc": "^0.22.1", "apollo-codegen": "0.20.2", "chalk": "2.4.2", "chokidar": "^3.0.0", "cli-spinner": "0.2.8", "commander": "8.2.0", "figlet": "1.2.1", "graphql": "^16.12.0", "graphql-document-collector": "0.2.1", "humps": "2.0.1", "node-emoji": "1.10.0", "node-fetch": "^3.3.2", "node-notifier": "^5.4.0", "parcel-bundler": "1.12.3", "pkg": "^4.4.7", "rimraf": "2.6.3", "shelljs": "0.8.3", "systemjs": "0.21.4", "yamljs": "0.3.0" }, "devDependencies": { "@types/chokidar": "^2.1.3", "@types/fs-extra": "^5.0.5", "@types/hapi": "^18.0.2", "@types/mkdirp": "^0.5.2", "@types/node": "^25.0.3", "@types/node-fetch": "^2.5.7", "@types/node-notifier": "^5.4.0", "@types/rimraf": "^2.0.2", "@types/shelljs": "0.8.5", "@types/systemjs": "^6.15.4", "@types/yamljs": "^0.2.30", "typescript": "^5.9.3" }, "snyk": true }