UNPKG

1.82 kBJSONView Raw
1{
2 "name": "@tarojs/cli",
3 "version": "3.6.7",
4 "description": "cli tool for taro",
5 "main": "index.js",
6 "files": [
7 "bin",
8 "__tests__",
9 "scripts",
10 "src",
11 "dist",
12 "templates",
13 "index.js",
14 "global.d.ts"
15 ],
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/NervJS/taro.git"
19 },
20 "bin": {
21 "taro": "bin/taro"
22 },
23 "keywords": [
24 "taro",
25 "weapp"
26 ],
27 "engines": {
28 "node": ">=12"
29 },
30 "author": "O2Team",
31 "license": "MIT",
32 "dependencies": {
33 "adm-zip": "^0.4.13",
34 "cli-highlight": "^2.1.11",
35 "dotenv": "^16.0.3",
36 "dotenv-expand": "^9.0.0",
37 "download-git-repo": "^2.0.0",
38 "envinfo": "^7.8.1",
39 "eslint": "^8.12.0",
40 "glob": "^7.1.2",
41 "inquirer": "^8.0.0",
42 "joi": "^17.6.0",
43 "latest-version": "^5.1.0",
44 "lodash": "^4.17.21",
45 "mem-fs": "^2.3.0",
46 "mem-fs-editor": "^9.6.0",
47 "minimist": "^1.2.8",
48 "npm-check": "^6.0.1",
49 "ora": "^5.0.0",
50 "request": "^2.88.0",
51 "semver": "^7.3.8",
52 "validate-npm-package-name": "^5.0.0",
53 "xml2js": "^0.5.0",
54 "@tarojs/helper": "3.6.7",
55 "@tarojs/service": "3.6.7",
56 "@tarojs/shared": "3.6.7"
57 },
58 "devDependencies": {
59 "babel-jest": "^29.5.0",
60 "jest": "^29.3.1",
61 "jest-cli": "^29.3.1",
62 "jest-environment-node": "^29.5.0",
63 "ts-jest": "^29.0.5",
64 "typescript": "^4.7.4"
65 },
66 "scripts": {
67 "test": "cross-env NODE_ENV=test jest",
68 "test:ci": "cross-env NODE_ENV=test jest --ci -i",
69 "test:dev": "cross-env NODE_ENV=test jest --watch",
70 "test:coverage": "cross-env NODE_ENV=test jest --coverage",
71 "updateSnapshot": "cross-env NODE_ENV=test jest --updateSnapshot",
72 "build": "pnpm run clean && pnpm run prod",
73 "dev": "tsc -w",
74 "prod": "tsc",
75 "clean": "rimraf dist"
76 }
77}
\No newline at end of file