/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/taro-runner-utils/package.json
35 строк
663 B
vasily
chore(release): publish 4.2.1 (#19457)
17 июл 2026, 14:46
Не верифицирован
17 июл 2026, 14:46
45f60d1
Код
Авторство
О чём код?
{ "name": "@tarojs/runner-utils", "version": "4.2.1", "description": "Taro runner utilities.", "author": "O2Team", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "prod": "pnpm run build", "build": "tsc", "dev": "tsc -w" }, "repository": { "type": "git", "url": "git+https://github.com/NervJS/taro.git" }, "keywords": [ "taro" ], "engines": { "node": ">= 18" }, "dependencies": { "@tarojs/helper": "workspace:*", "rollup": "^3.29.4", "scss-bundle": "^3.1.2" }, "devDependencies": { "@tarojs/taro": "workspace:*" } }