UNPKG

cea

Version:

cea cli application (with built-in plugins)

39 lines (38 loc) 945 B
{ "name": "cea", "version": "2.5.8", "description": "cea cli application (with built-in plugins)", "type": "module", "node": "^12.20.0 || ^14.13.1 || >=16.0.0", "exports": "./lib/src/index.js", "bin": "lib/src/cli.js", "types": "lib/src/index.d.ts", "files": [ "lib/src/**/*.[tj]s" ], "scripts": { "build:debug": "npx esbuild $(npx globby ./src/*.ts) --outdir=lib/src/ --sourcemap" }, "keywords": [ "签到", "今日校园", "campusphere", "cpdaily", "cea-cli", "cea" ], "author": "beetcb <i@beetcb.com> (https://github.com/beetcb)", "repository": { "type": "git", "url": "https://github.com/ceajs/cea.git", "directory": "internal" }, "license": "MIT", "dependencies": { "@ceajs/attendance-plugin": "1.3.8", "@ceajs/core": "1.3.5", "@ceajs/sign-plugin": "1.3.8", "enquirer": "^2.3.6" }, "gitHead": "e76a2ad18aefa5cf4ab94232a1944ce3ccb4395d" }