create-farm-plugin
Version:
use create-farm-plugin to create farm plugin
49 lines • 1.01 kB
JSON
{
"name": "create-farm-plugin",
"version": "0.1.19",
"description": "use create-farm-plugin to create farm plugin",
"exports": {
".": "./bin/create-farm-plugin.mjs"
},
"main": "bin/create-farm-plugin.mjs",
"type": "module",
"bin": {
"create-farm-plugin": "bin/create-farm-plugin.mjs"
},
"license": "MIT",
"author": {
"name": "bright wu",
"email": "1521488775@qq.com"
},
"keywords": [
"farm",
"farm-plugin",
"create-farm-plugin",
"rust",
"build tool",
"bundler"
],
"files": [
"bin",
"dist",
"templates"
],
"repository": {
"type": "git",
"url": "https://github.com/farm-fe/farm"
},
"devDependencies": {
"@types/minimist": "^1.2.2",
"@types/prompts": "^2.4.4",
"gradient-string": "^2.0.2",
"minimist": "^1.2.8",
"prompts": "^2.4.2",
"@farmfe/utils": "0.1.0",
"@farmfe/core": "1.7.7",
"@farmfe/cli": "1.0.5"
},
"scripts": {
"build": "farm build",
"dev": "farm watch"
}
}