@22g/netease-im-web-sdk
Version:
typescript netease-im-web-sdk
64 lines (63 loc) • 2.31 kB
JSON
{
"name": "@22g/netease-im-web-sdk",
"version": "11.0.0",
"description": "typescript netease-im-web-sdk",
"main": "./lib/index.js",
"types": "./index.d.ts",
"scripts": {
"typecheck": "tsc -p ./tsconfig.json --noEmit",
"build:doc": "yarn -s typecheck && rimraf tsdoc/ && yarn typedoc --options ./typedoc.config.js ./src/",
"clean": "rimraf lib/*",
"build:module": "yarn -s clean && cross-env TS_NODE_PROJECT=\"tsconfig-for-tsnode.json\" webpack",
"buildAll": "run-p build:* -ls",
"push": "yarn buildAll && yarn pushOnly",
"pushOnly": "yarn publish --no-git-tag-version --registry https://local.duizhuang.com:4873/ --access public",
"pushNpm": "yarn publish --no-git-tag-version --registry https://registry.npmjs.org --access public",
"lintTs": "tslint --format stylish --exclude node_modules \"@(src)/**/*.ts?(x)\"",
"lintTs:full": "tslint --project tsconfig.json --format stylish \"@(src)/**/*.ts?(x)\"",
"lintTs:fix": "yarn -s lintTs --fix",
"lintTs:full:fix": "yarn -s lintTs:full --fix"
},
"keywords": [
"NIM",
"typescript"
],
"resolutions": {
"**/typescript": "^4.1.3"
},
"author": "zzg",
"license": "MIT",
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/copy-webpack-plugin": "^5.0.0",
"@types/node": "^12.12.17",
"@types/uglifyjs-webpack-plugin": "^1.1.0",
"@types/webpack": "^4.41.0",
"@types/webpack-dev-server": "^3.9.0",
"chalk": "^3.0.0",
"copy-webpack-plugin": "^5.1.0",
"cross-env": "^6.0.3",
"http-server": "^0.12.0",
"npm-run-all": "^4.1.5",
"progress-bar-webpack-plugin": "^1.11.0",
"rimraf": "^3.0.0",
"ts-loader": "^6.2.1",
"ts-node": "^8.5.4",
"tsconfig-paths": "^3.5.0",
"tslint": "^6.0.0",
"tslint-config-airbnb": "^5.11.2",
"tslint-eslint-rules": "^5.4.0",
"tslint-microsoft-contrib": "^6.0.0",
"typedoc": "^0.18.0",
"typedoc-plugin-external-module-map": "^1.0.0",
"typedoc-plugin-sourcefile-url": "^1.0.4",
"typescript": "^4.1.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0"
},
"dependencies": {
"@22g/utility-types": "^11.0.0"
}
}