taro-s4s
Version:
Nerv-multi多端开发解决方案
48 lines (47 loc) • 1.03 kB
JSON
{
"name": "@tarojs/taro-h5",
"version": "1.0.0-beta.10",
"description": "Taro h5 framework",
"main": "index.js",
"typings": "types/index.d.ts",
"files": [
"dist",
"src",
"index.js",
"types"
],
"scripts": {
"test": "jest",
"test:dev": "jest --watch",
"test:coverage": "jest --coverage",
"build": "rollup -c rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NervJS/taro.git"
},
"keywords": [
"taro"
],
"author": "O2Team",
"license": "MIT",
"peerDependencies": {
"nervjs": "^1.3.0"
},
"dependencies": {
"@tarojs/taro": "1.0.0-beta.10",
"jsonp-retry": "^1.0.3",
"mobile-detect": "^1.4.2",
"whatwg-fetch": "^2.0.4"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-jest": "^23.0.1",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"jest-fetch-mock": "^1.6.5",
"jest-localstorage-mock": "^2.2.0",
"jest-mock-console": "^0.3.5",
"mock-socket": "^7.1.0"
}
}