@tarojs/service
Version:
Taro Service
48 lines • 995 B
JSON
{
"name": "@tarojs/service",
"version": "4.1.5",
"description": "Taro Service",
"author": "O2Team",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"taro"
],
"bugs": {
"url": "https://github.com/NervJS/taro/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NervJS/taro.git"
},
"engines": {
"node": ">= 18"
},
"dependencies": {
"joi": "^17.12.3",
"lodash": "^4.17.21",
"ora": "^5.4.1",
"resolve": "^1.22.8",
"tapable": "^2.2.1",
"webpack-merge": "^5.10.0",
"@tarojs/helper": "4.1.5",
"@tarojs/runner-utils": "4.1.5",
"@tarojs/shared": "4.1.5"
},
"devDependencies": {
"webpack": "^5.91.0",
"webpack-chain": "^6.5.1",
"@tarojs/taro": "4.1.5"
},
"scripts": {
"prod": "pnpm run build",
"prebuild": "pnpm run clean",
"clean": "rimraf dist types",
"dev": "tsc -w",
"build": "tsc"
}
}