UNPKG

@gluestack-seal/cli

Version:
56 lines (55 loc) 1.45 kB
{ "name": "@gluestack-seal/cli", "version": "0.0.16", "description": "Seal CLI", "main": "build/index.js", "bin": { "seal": "./build/index.js" }, "scripts": { "copy-files": "cp -r src/templates build/", "build": "rm -rf build && tsc --declaration && npm run copy-files", "watch": "rm -rf build/* && npm run copy-files && tsc --watch" }, "repository": { "type": "git", "url": "git+https://github.com/gluestack-seal/cli.git" }, "keywords": [ "typescript", "seal" ], "author": "Shivam Singhal", "license": "ISC", "bugs": { "url": "https://github.com/gluestack-seal/cli/issues" }, "homepage": "https://github.com/gluestack-seal/cli#readme", "dependencies": { "@gluestack/glue-server-sdk-js": "^0.0.7", "@gluestack/helpers": "^0.0.17", "archiver": "^5.3.1", "chalk": "^4.0.0", "closest-match": "^1.3.3", "commander": "^10.0.0", "fs-extra": "^11.1.1", "graphql": "^16.6.0", "graphql-request": "5.1.0", "graphql-tag": "^2.12.6", "inquirer": "^8.2.5", "js-yaml": "^4.1.0", "lodash": "^4.17.21", "moment": "^2.29.4", "typescript": "^4.9.5", "yaml": "^2.2.1", "zod": "^3.21.4" }, "devDependencies": { "@commander-js/extra-typings": "^10.0.3", "@types/archiver": "^5.3.1", "@types/graphql": "^14.5.0", "@types/js-yaml": "^4.0.5", "@types/lodash": "^4.14.192", "@types/node": "^18.15.3" } }