UNPKG

1.05 kBJSONView Raw
1{
2 "name": "@tarojs/taro-h5",
3 "version": "3.5.6",
4 "description": "Taro h5 framework",
5 "browser": "dist/index.esm.js",
6 "main:h5": "dist/index.js",
7 "main": "dist/index.js",
8 "module": "dist/index.cjs.js",
9 "typings": "dist/index.d.ts",
10 "files": [
11 "dist",
12 "types",
13 "index.js"
14 ],
15 "sideEffects": false,
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/NervJS/taro.git"
19 },
20 "keywords": [
21 "taro"
22 ],
23 "author": "O2Team",
24 "license": "MIT",
25 "dependencies": {
26 "@tarojs/api": "3.5.6",
27 "@tarojs/router": "3.5.6",
28 "@tarojs/runtime": "3.5.6",
29 "base64-js": "^1.3.0",
30 "jsonp-retry": "^1.0.3",
31 "query-string": "^7.1.1",
32 "whatwg-fetch": "^3.4.0"
33 },
34 "scripts": {
35 "assets": "cpy 'src/**/*.css' dist",
36 "build": "rimraf ./dist && tsc && pnpm run assets && rollup -c",
37 "predev": "pnpm run assets",
38 "dev": "tsc -w",
39 "test": "jest",
40 "test:ci": "jest -i --coverage false",
41 "test:dev": "jest --watch",
42 "test:coverage": "jest --coverage"
43 }
44}
\No newline at end of file