@cabloy/cli-set-core
Version:
cabloy cli-set-core
40 lines (39 loc) • 794 B
JSON
{
"name": "@cabloy/cli-set-core",
"version": "1.1.9",
"description": "cabloy cli-set-core",
"publishConfig": {
"access": "public"
},
"type": "module",
"exports": {
".": {
"types": [
"./dist/index.d.ts",
"./src/index.ts"
],
"import": "./dist/index.js",
"require": "./dist/index.js",
"default": "./src/index.ts"
},
"./package.json": "./package.json"
},
"files": [
"cli",
"dist"
],
"scripts": {
"lint": "eslint .",
"clean": "tsc -b --clean",
"tsc:publish": "npm run clean && tsc -b",
"prepublishOnly": "npm run tsc:publish"
},
"keywords": [
"egg",
"egg-born",
"framework",
"cabloy"
],
"author": "zhennann",
"gitHead": "9df0d7741b5ed62f7a0f374bffa4513462ba6f79"
}