Skip to content

Commit 4cc5876

Browse files
authored
Merge pull request #10 from sendbird/v1.1.1
v1.1.1
2 parents 9e3b5be + 6f7d73a commit 4cc5876

File tree

1 file changed

+3
-46
lines changed

1 file changed

+3
-46
lines changed

package.json

Lines changed: 3 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sendbird-desk",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "SendBird Desk SDK for JavaScript",
55
"author": "SendBird",
66
"license": "see LICENSE.md",
@@ -15,54 +15,11 @@
1515
"devEngines": {
1616
"node": "18.x"
1717
},
18+
"type": "module",
1819
"main": "dist/esm/index.js",
1920
"types": "dist/index.d.ts",
20-
"scripts": {
21-
"clean-dist": "rm -rf dist",
22-
"dts": "dts-bundle-generator -o dist/index.d.ts ./src/app.ts",
23-
"build": "npm run clean-dist; rollup --config rollup.config.js; npm run dts; npm run docs",
24-
"docs": "typedoc --tsconfig ./tsconfig.rollup.json --options ./typedoc.config.js",
25-
"format": "prettier ./src/**/*.ts --write",
26-
"format:check": "prettier ./src/**/*.ts --check",
27-
"lint": "eslint -c .eslintrc.js 'src/**'",
28-
"prepare": "husky install",
29-
"test": "jest --config test/jest.config.js"
30-
},
31-
"devDependencies": {
32-
"@react-native-async-storage/async-storage": "^1.19.0",
33-
"@rollup/plugin-json": "^4.1.0",
34-
"@rollup/plugin-node-resolve": "^13.1.3",
35-
"@types/jest": "^29.5.3",
36-
"@types/node": "^14.14.34",
37-
"@typescript-eslint/eslint-plugin": "^5.61.0",
38-
"@typescript-eslint/parser": "^5.61.0",
39-
"dotenv": "^16.3.1",
40-
"dts-bundle-generator": "^8.0.1",
41-
"eslint": "^8.44.0",
42-
"husky": "^8.0.0",
43-
"jest": "^29.6.1",
44-
"jest-environment-jsdom": "^29.6.1",
45-
"jsdom": "^22.1.0",
46-
"prettier": "^1.19.1",
47-
"rollup": "^2.47.0",
48-
"rollup-plugin-cleanup": "^3.2.1",
49-
"rollup-plugin-typescript2": "^0.35.0",
50-
"ts-jest": "^29.1.1",
51-
"ts-node": "^10.7.0",
52-
"tslib": "^2.3.1",
53-
"typedoc": "^0.24.8",
54-
"typedoc-plugin-missing-exports": "^2.0.1",
55-
"typescript": "^5.1.6",
56-
"whatwg-fetch": "^3.6.2"
57-
},
58-
"dependencies": {
21+
"peerDependencies": {
5922
"@sendbird/chat": "^4.9.6",
6023
"core-js": "^3.8.0"
61-
},
62-
"sendbirdBundler": {
63-
"outDir": "dist",
64-
"entries": {
65-
"index": "src/app.ts"
66-
}
6724
}
6825
}

0 commit comments

Comments
 (0)