/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/taro-cli-convertor/package.json
62 строки
2 KB
vasily
chore(release): publish 4.2.1 (#19457)
17 июл 2026, 14:46
Не верифицирован
17 июл 2026, 14:46
45f60d1
Код
Авторство
О чём код?
{ "name": "@tarojs/cli-convertor", "version": "4.2.1", "description": "cli tool for taro-convert", "author": "O2Team", "license": "MIT", "main": "index.js", "scripts": { "prod": "pnpm run build", "prebuild": "pnpm run clean", "build": "tsc", "dev": "tsc -w", "clean": "rimraf dist", "lint": "eslint src --ext .js,.jsx,.ts,.tsx", "format": "prettier --write \"{src, __tests__}/**/*.{ts,tsx,js,jsx}\" && eslint src __tests__ --ext .js --ext .jsx --ext .ts --ext .tsx --fix", "test": "jest", "test:ci": "cross-env NODE_ENV=test jest --ci -i --coverage --silent", "test:clear": "jest --clearCache", "test:coverage": "jest --coverage", "updateSnapshot": "jest --updateSnapshot" }, "files": [ "bin", "dist" ], "repository": { "type": "git", "url": "git+https://github.com/NervJS/taro.git" }, "bin": { "taro-convert": "bin/taro-convert" }, "keywords": [ "taro", "weapp" ], "engines": { "node": ">= 18" }, "dependencies": { "@babel/generator": "^7.24.4", "@babel/template": "^7.24.0", "@babel/traverse": "^7.24.1", "@babel/types": "^7.24.0", "@tarojs/binding": "workspace:*", "@tarojs/cli": "workspace:*", "@tarojs/helper": "workspace:*", "@tarojs/shared": "workspace:*", "@tarojs/taroize": "workspace:*", "@tarojs/transformer-wx": "workspace:*", "postcss-taro-unit-transform": "workspace:*", "prettier": "^2.8.8" }, "devDependencies": { "@babel/parser": "^7.24.4", "@tarojs/taro": "workspace:*", "@types/babel__generator": "^7.6.8", "@types/babel__template": "^7.4.4", "@types/babel__traverse": "^7.20.5", "postcss": "^8.5.6" } }