/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/taro-loader/package.json
42 строки
819 B
vasily
chore(release): publish 4.2.1 (#19457)
17 июл 2026, 14:46
Не верифицирован
17 июл 2026, 14:46
45f60d1
Код
Авторство
О чём код?
{ "name": "@tarojs/taro-loader", "version": "4.2.1", "description": "Taro runner use webpack loader", "author": "O2Team", "license": "MIT", "main": "lib/app.js", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "repository": { "type": "git", "url": "git+https://github.com/NervJS/taro.git" }, "scripts": { "prod": "pnpm run build", "build": "tsc", "dev": "tsc -w", "test": "jest" }, "bugs": { "url": "https://github.com/NervJS/taro/issues" }, "engines": { "node": ">= 18" }, "dependencies": { "@tarojs/helper": "workspace:*", "@tarojs/shared": "workspace:*" }, "devDependencies": { "@tarojs/taro": "workspace:*", "webpack": "5.91.0" }, "peerDependencies": { "webpack": "5.91.0" } }