@hyext/utils
Version:
A tools lib for huya miniapp business development
74 lines (73 loc) • 2 kB
JSON
{
"name": "@hyext/utils",
"version": "3.0.8",
"description": "A tools lib for huya miniapp business development",
"keywords": [
"utils",
"huya",
"miniapp",
"business"
],
"author": "Alex <857276958@qq.com>",
"homepage": "https://git.huya.com/exc/web/hyext-miniapp/packages/hyext-utils",
"license": "ISC",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.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": {
"prepare": "npm run build",
"build": "node scripts/build",
"build:watch": "node scripts/build --watch",
"test": "jest",
"test:only": "node node_modules/.bin/jest __tests__/promise.test",
"release:beta": "npm run build && npm publish --tag beta"
},
"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",
"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": {
"fast-safe-stringify": "^2.1.1"
},
"gitHead": "8d76622dc23d8ec57017b20d3eed42852db5db3e"
}