You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

84 lines
2.1 KiB

{
"name": "miniprogram-computed",
"version": "5.1.0",
"description": "Computed & watch - wechat miniprogram custom component extend behavior",
"main": "dist/index.js",
"types": "types/index.d.ts",
"scripts": {
"dev": "gulp dev",
"watch": "gulp dev-watch",
"build": "gulp",
"gen_dts": "gulp dts",
"test": "jest ./test/* --bail",
"coverage": "jest ./test/* --coverage --bail",
"lint": "eslint . --fix"
},
"miniprogram": "dist",
"repository": {
"type": "git",
"url": "https://github.com/wechat-miniprogram/computed.git"
},
"files": [
"src",
"dist",
"types",
"LICENSE",
"package.json",
"README.md",
"UPDATE.md"
],
"author": "wechat-miniprogram",
"license": "MIT",
"devDependencies": {
"@swc/cli": "^0.3.12",
"@swc/core": "^1.5.7",
"@types/jest": "^29.5.12",
"@types/rfdc": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"codecov": "^3.8.3",
"colors": "^1.4.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.2.0",
"glass-easel": "~0.10.0",
"glass-easel-miniprogram-adapter": "~0.10.0",
"glass-easel-template-compiler": "~0.10.0",
"gulp": "^5.0.0",
"gulp-clean": "^0.4.0",
"gulp-esbuild": "^0.12.0",
"gulp-swc": "^2.1.0",
"gulp-typescript": "6.0.0-alpha.1",
"gulp-watch": "^5.0.1",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^3.2.5",
"proxy-polyfill": "^0.3.2",
"ts-jest": "^29.1.4",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"dependencies": {
"fast-deep-equal": "^3.1.3",
"miniprogram-api-typings": "^3.12.2",
"rfdc": "^1.3.1"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint"
}
},
"pnpm": {
"overrides": {
"ansi-regex@>2.1.1 <5.0.1": ">=5.0.1",
"braces@<2.3.1": ">=2.3.1",
"glob-parent@<5.1.2": ">=5.1.2"
}
}
}