{ "name": "@telecraft/store-sh", "version": "1.0.0-beta.1", "description": "shell for @telecraft/store", "main": "dist", "bin": { "store-sh": "./dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc --importHelpers", "build:w": "tsc --importHelpers -w" }, "repository": { "type": "git", "url": "git+https://github.com/telecraft/telecraft.git" }, "keywords": [ "telecraft", "telecraft-store", "store", "shell", "cli", "repl", "node" ], "author": "Udit Karode ", "contributors": [ "Muthu Kumar <@MKRhere> (https://mkr.pw)" ], "license": "MIT", "bugs": { "url": "https://github.com/telecraft/telecraft/issues" }, "homepage": "https://github.com/telecraft/telecraft/tree/master/packages/store-sh#readme", "dependencies": { "@telecraft/store": "../store", "@telecraft/types": "../types", "chalk": "^4.1.2", "lodash": "^4.17.21", "tslib": "^2.3.1" }, "devDependencies": { "@types/lodash": "^4.14.172", "@types/node": "^16.6.1", "typescript": "^4.3.5" } }