/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/babel-plugin-transform-taroapi/package.json
31 строка
685 B
vasily
chore(release): publish 4.2.1 (#19457)
17 июл 2026, 14:46
Не верифицирован
17 июл 2026, 14:46
45f60d1
Код
Авторство
О чём код?
{ "name": "babel-plugin-transform-taroapi", "version": "4.2.1", "author": "O2Team", "license": "MIT", "main": "dist/index.js", "scripts": { "prod": "pnpm run build", "prebuild": "pnpm run clean", "clean": "rimraf ./dist", "build": "tsc", "test": "vitest run", "test:ci": "vitest run --coverage", "test:dev": "vitest", "updateSnapshot": "vitest run --updateSnapshot" }, "engines": { "node": ">= 18" }, "dependencies": { "lodash": "^4.17.21" }, "devDependencies": { "@babel/core": "7.24.4", "@babel/types": "7.24.0", "@types/babel__core": "7.20.5" }, "peerDependencies": { "@babel/core": "^7.0.0" } }