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.
53 lines
1.7 KiB
53 lines
1.7 KiB
{
|
|
"name": "@wecom/jssdk",
|
|
"version": "1.3.2",
|
|
"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.js",
|
|
"build": "concurrently npm:build:*",
|
|
"dev": "rollup -wc rollup.config.js",
|
|
"lint": "concurrently npm:lint:*",
|
|
"lint:types": "tsc --noEmit",
|
|
"lint:script": "eslint . --ext .js,.ts",
|
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.19.1",
|
|
"@babel/preset-env": "^7.19.1",
|
|
"@babel/preset-typescript": "^7.18.6",
|
|
"@rollup/plugin-node-resolve": "^14.1.0",
|
|
"@rollup/plugin-replace": "^4.0.0",
|
|
"@types/jest": "^29.0.2",
|
|
"@types/node": "^18.7.18",
|
|
"@typescript-eslint/eslint-plugin": "^5.37.0",
|
|
"@typescript-eslint/parser": "^5.37.0",
|
|
"babel-plugin-module-resolver": "^4.1.0",
|
|
"concurrently": "^7.4.0",
|
|
"conventional-changelog-cli": "^2.2.2",
|
|
"dts-bundle-generator": "^6.13.0",
|
|
"eslint": "^8.23.1",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"jest": "^29.0.3",
|
|
"jest-environment-jsdom": "^29.0.3",
|
|
"rollup": "^2.79.0",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"rollup-plugin-typescript2": "^0.34.0",
|
|
"typescript": "^4.8.3"
|
|
},
|
|
"homepage": "https://github.com/TencentWecom/wecom-jssdk",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/TencentWecom/wecom-jssdk.git"
|
|
}
|
|
}
|
|
|