UNPKG

2.25 kBJSONView Raw
1{
2 "name": "@tarojs/cli",
3 "version": "3.4.9",
4 "description": "cli tool for taro",
5 "main": "index.js",
6 "scripts": {
7 "test": "cross-env NODE_ENV=test jest",
8 "test:ci": "cross-env NODE_ENV=test jest -i",
9 "test:dev": "cross-env NODE_ENV=test jest --watch",
10 "test:coverage": "cross-env NODE_ENV=test jest --coverage",
11 "updateSnapshot": "cross-env NODE_ENV=test jest --updateSnapshot",
12 "build": "npm run clean && npm run prod",
13 "dev": "tsc -w",
14 "prod": "tsc",
15 "clean": "rimraf dist",
16 "lint": "tslint src/**/*.ts --fix",
17 "lint:typecheck": "tslint -p tsconfig.json src/**/*.ts --fix"
18 },
19 "files": [
20 "bin",
21 "__tests__",
22 "scripts",
23 "src",
24 "dist",
25 "templates",
26 "index.js",
27 "global.d.ts"
28 ],
29 "repository": {
30 "type": "git",
31 "url": "git+https://github.com/NervJS/taro.git"
32 },
33 "bin": {
34 "taro": "bin/taro"
35 },
36 "keywords": [
37 "taro",
38 "weapp"
39 ],
40 "engines": {
41 "node": ">=12"
42 },
43 "author": "O2Team",
44 "license": "MIT",
45 "dependencies": {
46 "@babel/template": "^7.14.5",
47 "@babel/traverse": "^7.14.5",
48 "@babel/types": "^7.14.5",
49 "@tarojs/helper": "3.4.9",
50 "@tarojs/service": "3.4.9",
51 "@tarojs/shared": "3.4.9",
52 "@tarojs/taroize": "3.4.9",
53 "@tarojs/transformer-wx": "^2.0.4",
54 "@types/request": "^2.48.1",
55 "adm-zip": "^0.4.13",
56 "babylon": "^6.18.0",
57 "better-babel-generator": "6.26.1",
58 "cli-highlight": "^2.1.4",
59 "download-git-repo": "^2.0.0",
60 "ejs": "^2.6.1",
61 "envinfo": "^6.0.1",
62 "eslint": "^8.12.0",
63 "fs-extra": "^8.0.1",
64 "glob": "^7.1.2",
65 "inquirer": "^5.2.0",
66 "joi": "^17.6.0",
67 "latest-version": "^5.1.0",
68 "lodash": "^4.17.21",
69 "mem-fs": "2.2.1",
70 "mem-fs-editor": "7.1.0",
71 "minimist": "1.2.5",
72 "npm-check": "^5.9.0",
73 "ora": "^2.0.0",
74 "postcss": "^6.0.22",
75 "postcss-taro-unit-transform": "1.2.15",
76 "prettier": "^1.16.4",
77 "request": "^2.88.0",
78 "resolve": "^1.6.0",
79 "semver": "^5.5.0",
80 "shelljs": "^0.8.1",
81 "tapable": "^1.1.3",
82 "xml2js": "^0.4.19",
83 "xxhashjs": "^0.2.2"
84 },
85 "devDependencies": {
86 "@tarojs/taro": "3.4.9"
87 },
88 "gitHead": "6461e41999b9e2b26a7ec30b8979fa8b6e94198d"
89}