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.
55 lines
1.7 KiB
55 lines
1.7 KiB
{
|
|
"name": "@wecom/jssdk",
|
|
"version": "1.4.3",
|
|
"main": "dist/wecom.cjs.js",
|
|
"module": "dist/wecom.esm.js",
|
|
"types": "types/index.d.ts",
|
|
"unpkg": "dist/wecom.global.prod.js",
|
|
"jsdelivr": "dist/wecom.global.prod.js",
|
|
"license": "MIT",
|
|
"files": [
|
|
"dist",
|
|
"types"
|
|
],
|
|
"scripts": {
|
|
"test": "jest",
|
|
"build:types": "dts-bundle-generator --project tsconfig.json -o types/index.d.ts src/index.ts",
|
|
"build:sdk": "rollup -c rollup.config.mjs",
|
|
"build": "concurrently npm:build:*",
|
|
"dev": "rollup -wc rollup.config.mjs",
|
|
"lint": "concurrently npm:lint:*",
|
|
"lint:types": "tsc --noEmit",
|
|
"lint:script": "eslint . --ext .js,.ts",
|
|
"changelog": "conventional-changelog -o CHANGELOG.md -p angular"
|
|
},
|
|
"devDependencies": {
|
|
"@rollup/plugin-node-resolve": "^15.1.0",
|
|
"@rollup/plugin-replace": "^5.0.2",
|
|
"@rollup/plugin-swc": "^0.1.1",
|
|
"@rollup/plugin-terser": "^0.4.3",
|
|
"@swc/core": "^1.3.62",
|
|
"@swc/helpers": "^0.5.1",
|
|
"@swc/jest": "^0.2.26",
|
|
"@types/jest": "^29.5.2",
|
|
"@types/node": "^20.3.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.59.9",
|
|
"@typescript-eslint/parser": "^5.59.9",
|
|
"concurrently": "^8.2.0",
|
|
"conventional-changelog-cli": "^3.0.0",
|
|
"dts-bundle-generator": "^8.0.1",
|
|
"eslint": "^8.42.0",
|
|
"eslint-config-prettier": "^8.8.0",
|
|
"eslint-plugin-import": "^2.27.5",
|
|
"eslint-plugin-prettier": "^4.2.1",
|
|
"jest": "^29.5.0",
|
|
"jest-environment-jsdom": "^29.5.0",
|
|
"prettier": "^2.8.8",
|
|
"rollup": "^3.25.0",
|
|
"typescript": "^5.1.3"
|
|
},
|
|
"homepage": "https://github.com/TencentWecom/wecom-jssdk",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/TencentWecom/wecom-jssdk.git"
|
|
}
|
|
}
|
|
|