@semo/core
Version:
The core of Semo
60 lines (59 loc) • 1.45 kB
JSON
{
"name": "@semo/core",
"version": "1.6.37",
"description": "The core of Semo",
"keywords": [
"cli",
"command",
"semo"
],
"repository": {
"type": "git",
"url": "https://github.com/semojs/semo"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.0",
"dayjs": "^1.10.8",
"debug": "^4.3.4",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"envinfo": "^7.11.1",
"find-up": "5.0.0",
"fs-extra": "^11.2.0",
"get-stdin": "^8.0.0",
"glob": "^10.3.10",
"json-colorizer": "^2.2.2",
"json-stringify-pretty-compact": "^3.0.0",
"lodash": "^4.17.21",
"node-cache": "^5.1.2",
"object-hash": "^3.0.0",
"picocolors": "^1.0.0",
"shelljs": "^0.8.5",
"table": "^6.8.1",
"update-notifier": "^7.0.0",
"yaml": "^2.4.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/glob": "^8.1.0",
"@types/lodash": "^4.14.202",
"@types/shelljs": "^0.8.15",
"@types/yargs": "^17.0.32",
"rimraf": "^5.0.5",
"typedoc": "^0.25.9"
},
"scripts": {
"watch": "tsc -w",
"dev": "tsc --build --watch",
"build": "tsc",
"prepare": "npm run clean && npm run build",
"clean": "rimraf lib",
"docs:typedoc": "typedoc src/common/*"
},
"gitHead": "9c177897c9c3a927ea4f3a75d51f448a5b9c4f0a"
}