/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/taro-runtime/package.json
46 строк
1 KB
vasily
chore(release): publish 4.2.1 (#19457)
17 июл 2026, 14:46
Не верифицирован
17 июл 2026, 14:46
45f60d1
Код
Авторство
О чём код?
{ "name": "@tarojs/runtime", "version": "4.2.1", "description": "taro runtime for mini apps.", "author": "O2Team", "license": "MIT", "browser": "dist/index.js", "main:h5": "dist/runtime.esm.js", "main": "dist/runtime.esm.js", "module": "dist/runtime.esm.js", "types": "./dist/index.d.ts", "files": [ "dist" ], "sideEffects": [ "./dist/dom-external/index.js" ], "scripts": { "prod": "pnpm run build", "prebuild": "pnpm run clean", "build": "pnpm run rollup --environment NODE_ENV:production", "clean": "rimraf ./dist", "dev": "pnpm run rollup --environment NODE_ENV:development -w", "rollup": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript", "test": "vitest run", "test:ci": "vitest run --coverage" }, "repository": { "type": "git", "url": "https://github.com/NervJS/taro/tree/master/packages/taro-runtime" }, "engines": { "node": ">= 18" }, "dependencies": { "@tarojs/shared": "workspace:*", "tslib": "^2.6.2" }, "devDependencies": { "@rollup/plugin-typescript": "^12.1.2", "@vue/runtime-core": "^3.4.23", "lodash": "^4.17.21", "rollup": "^4.37.0", "rollup-plugin-dts": "^6.2.1" } }