/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/babel-plugin-transform-solid-jsx/package.json
40 строк
1 KB
vasily
chore(release): publish 4.2.1 (#19457)
17 июл 2026, 14:46
Не верифицирован
17 июл 2026, 14:46
45f60d1
Код
Авторство
О чём код?
{ "name": "babel-plugin-transform-solid-jsx", "description": "A JSX to DOM plugin that wraps expressions for fine grained change detection", "version": "4.2.1", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/NervJS/taro.git" }, "bugs": { "url": "https://github.com/NervJS/taro/issues" }, "readmeFilename": "README.md", "main": "index.js", "files": [ "index.js", "dist" ], "sideEffects": false, "scripts": { "prod": "pnpm run build", "prebuild": "pnpm run clean", "build": "rollup -c", "clean": "rimraf ./dist", "test:ci": "cross-env NODE_ENV=test jest --ci -i", "test": "pnpm run build && jest --no-cache", "test:coverage": "pnpm run build && jest --coverage --no-cache", "prepublishOnly": "pnpm run build", "prepare": "pnpm run build" }, "dependencies": { "@babel/helper-module-imports": "7.18.6", "@babel/plugin-syntax-jsx": "^7.18.6", "html-entities": "2.3.3", "validate-html-nesting": "^1.2.1" }, "devDependencies": { "babel-plugin-tester": "^11.0.4" } }