qn-im-sdk
Version:
QnzsIM SDK
23 lines (22 loc) • 526 B
JSON
{
"name": "qn-im-sdk",
"version": "3.2.3",
"description": "QnzsIM SDK",
"main": "dist/index.js",
"source": "src/index.ts",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf ./dist & microbundle",
"prepare": "cp -r ./src/types ./dist & rm ./dist/*.map & cp ./tmp/* ./dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"im"
],
"author": "blooming",
"license": "ISC",
"devDependencies": {
"microbundle": "^0.13.3",
"typescript": "^4.4.3"
}
}