/
githubmirror
/
taro
Обзор
Документация
Войти
/
githubmirror
/
taro
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/create-app/package.json
36 строк
677 B
vasily
chore(release): publish 4.2.1 (#19457)
17 июл 2026, 14:46
Не верифицирован
17 июл 2026, 14:46
45f60d1
Код
Авторство
О чём код?
{ "name": "@tarojs/create-app", "version": "4.2.1", "description": "create taro app with one command", "author": "O2Team", "license": "MIT", "main": "./dist/index.js", "scripts": { "prod": "pnpm run build", "prebuild": "pnpm run clean", "clean": "rimraf ./dist", "dev": "tsc -w", "build": "tsc" }, "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/NervJS/taro.git" }, "bin": { "create-app": "./dist/index.js" }, "keywords": [ "taro", "cli" ], "engines": { "node": ">= 18" }, "dependencies": { "@tarojs/cli": "workspace:*", "minimist": "^1.2.8" } }