mirror of https://github.com/telecraft/telecraft
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
1.0 KiB
50 lines
1.0 KiB
{
|
|
"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 <udit.karode@gmail.com>",
|
|
"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"
|
|
}
|
|
}
|
|
|