UNPKG

@farmfe/plugin-tools

Version:

farmfe plugin tools to help build farmfe plugin

42 lines 820 B
{ "name": "@farmfe/plugin-tools", "version": "0.1.1", "description": "farmfe plugin tools to help build farmfe plugin", "exports": { ".": "./bin/farm-plugin-tools.mjs" }, "main": "bin/farm-plugin-tools.mjs", "type": "module", "bin": { "farm-plugin-tools": "bin/farm-plugin-tools.mjs" }, "license": "MIT", "author": { "name": "bright wu", "email": "1521488775@qq.com" }, "keywords": [ "farm", "farm-plugin", "farm-plugin-tools", "rust", "build tool", "bundler" ], "files": [ "dist" ], "repository": { "type": "git", "url": "https://github.com/farm-fe/farm" }, "dependencies": { "@napi-rs/cli": "^2.15.2", "cac": "^6.7.14", "@farmfe/utils": "0.1.0" }, "scripts": { "build": "tsc -b", "dev": "tsc -b -w" } }