UNPKG

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