@decoupled/magic
Version:
55 lines (54 loc) • 1.23 kB
JSON
{
"name": "@decoupled/magic",
"version": "0.1.3",
"keywords": [
"api",
"cli",
"decoupled",
"lambdas",
"typescript"
],
"bugs": {
"url": "https://github.com/decoupled/magic/issues"
},
"license": "UNLICENSED",
"contributors": [
"Aldo Bucchi <aldo@decoupled.com>",
"Marco Bucchi <marco@decoupled.com>"
],
"bin": {
"magic": "./bin/run"
},
"dependencies": {
"body-parser": "^1.19.0",
"chalk": "^3.0.0",
"chokidar": "^3.3.1",
"cli-ux": "^5.4.4",
"command-exists": "^1.2.8",
"decache": "^4.5.1",
"electron": "^7.1.6",
"express": "^4.17.1",
"fs-extra": "^7.0.1",
"glob": "^7.1.3",
"http-proxy": "^1.18.0",
"lazy-get-decorator": "^2.1.0",
"lodash": "^4.17.11",
"lodash-decorators": "^6.0.1",
"minimist": "^1.2.0",
"mobx": "^5.8.0",
"nanoid": "^2.0.1",
"nanoid-dictionary": "^2.0.0",
"parcel-bundler": "^1.12.3",
"portfinder": "^1.0.20",
"prettier": "^1.16.4",
"q": "^1.5.1",
"sort-package-json": "^1.22.1",
"ts-morph": "^4.0.0",
"update-notifier": "^4.0.0"
},
"devDependencies": {},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}