@tarojs/cli
Version:
cli tool for taro
72 lines • 1.84 kB
JSON
{
"name": "@tarojs/cli",
"version": "4.0.9",
"description": "cli tool for taro",
"author": "O2Team",
"license": "MIT",
"main": "index.js",
"types": "dist/index.d.ts",
"files": [
"bin",
"src",
"dist",
"templates",
"index.js",
"global.d.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/NervJS/taro.git"
},
"bin": {
"taro": "bin/taro"
},
"keywords": [
"taro",
"weapp"
],
"engines": {
"node": ">= 18"
},
"dependencies": {
"@tarojs/plugin-doctor": "^0.0.13",
"adm-zip": "^0.5.12",
"axios": "^1.6.8",
"cli-highlight": "^2.1.11",
"download-git-repo": "^3.0.2",
"envinfo": "^7.12.0",
"inquirer": "^8.2.6",
"latest-version": "^5.1.0",
"minimist": "^1.2.8",
"ora": "^5.4.1",
"semver": "^7.6.0",
"validate-npm-package-name": "^5.0.0",
"@tarojs/binding": "4.0.9",
"@tarojs/helper": "4.0.9",
"@tarojs/service": "4.0.9",
"@tarojs/shared": "4.0.9"
},
"devDependencies": {
"@babel/types": "^7.24.0",
"@types/babel__traverse": "^7.20.6",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.4.0",
"@tarojs/plugin-platform-weapp": "4.0.9",
"@tarojs/plugin-platform-h5": "4.0.9",
"@tarojs/taro": "4.0.9",
"@tarojs/webpack5-runner": "4.0.9",
"babel-preset-taro": "4.0.9"
},
"scripts": {
"prod": "pnpm run build",
"test": "cross-env NODE_ENV=test jest",
"test:ci": "cross-env NODE_ENV=test jest --ci -i --coverage --silent",
"test:dev": "cross-env NODE_ENV=test jest --watch",
"test:coverage": "cross-env NODE_ENV=test jest --coverage",
"updateSnapshot": "cross-env NODE_ENV=test jest --updateSnapshot",
"prebuild": "pnpm run clean",
"build": "tsc",
"dev": "tsc -w",
"clean": "rimraf dist"
}
}