UNPKG

@farmfe/cli

Version:
54 lines 988 B
{ "name": "@farmfe/cli", "version": "1.0.5", "description": "CLI of Farm", "type": "module", "author": { "name": "bright wu", "email": "1521488775@qq.com" }, "keywords": [ "farm", "cli", "farmfe", "bundler", "compiler", "build tool" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/farm-fe/farm" }, "bin": { "farm": "./bin/farm.mjs" }, "exports": { "./package.json": "./package.json" }, "files": [ "dist", "bin", "templates" ], "engines": { "node": ">= 16" }, "dependencies": { "cac": "^6.7.14", "cross-spawn": "^7.0.3", "inquirer": "9.2.12", "walkdir": "^0.4.1" }, "devDependencies": { "@types/cross-spawn": "^6.0.2", "@types/inquirer": "^9.0.3", "@farmfe/cli": "1.0.5", "@farmfe/core": "1.7.6" }, "scripts": { "start": "rimraf dist && tsc -b -w", "build": "tsc -b", "type-check": "tsc --noEmit" } }