@hyext/preload
Version:
A tools for huya miniapp builder preload something
72 lines (71 loc) • 1.86 kB
JSON
{
"name": "@hyext/preload",
"version": "2.0.5",
"description": "A tools for huya miniapp builder preload something",
"keywords": [
"preload",
"huya",
"miniapp",
"builder"
],
"author": "Alex <857276958@qq.com>",
"homepage": "https://git.huya.com/exc/web/hyext-miniapp/packages/hyext-utils",
"license": "ISC",
"main": "dist/index.cjs.js",
"types": "dist/types/index.d.ts",
"directories": {
"src": "src",
"test": "__tests__"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://git.huya.com/exc/web/hyext-miniapp.git"
},
"scripts": {
"build": "node scripts/build",
"test": "jest",
"prepublishOnly": "npm run test && npm run build"
},
"test-port": "--inspect-brk=5858",
"devDependencies": {
"@commitlint/cli": "^9.1.2",
"@commitlint/config-conventional": "^7.1.2",
"@hyext/ext-sdk-hy": "^3.12.0-beta.9",
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^8.4.0",
"@types/fs-extra": "^11.0.4",
"codecov": "^3.5.0",
"commitizen": "^4.1.2",
"coveralls": "^3.0.2",
"cross-env": "^5.2.0",
"cz-conventional-changelog": "^2.1.0",
"husky": "^1.0.1",
"ject": "^1.1.0",
"jest": "^26.2.2",
"jest-config": "^26.2.2",
"lint-staged": "^8.0.0",
"ora": "5",
"prettier": "^1.14.3",
"rollup": "^2.3.4",
"rollup-plugin-typescript2": "^0.27.1",
"ts-jest": "^26.1.4",
"ts-loader": "^5.3.3",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.0.3"
},
"dependencies": {
"axios": "0.27.2",
"fs-extra": "11.2.0"
},
"gitHead": "ad17934b88fadb747ab083913d49b12c034ee4f8"
}