UNPKG

1.66 kBJSONView Raw
1{
2 "name": "@daily-co/daily-js",
3 "version": "0.21.0",
4 "engines": {
5 "node": ">=10.0.0"
6 },
7 "homepage": "https://github.com/daily-co/daily-js/",
8 "main": "dist/daily-iframe.js",
9 "module": "dist/daily-iframe-esm.js",
10 "types": "index.d.ts",
11 "files": "dist",
12 "unpkg": "dist/daily-iframe.js",
13 "browserslist": [
14 "defaults",
15 "chrome 61",
16 "ie >= 11"
17 ],
18 "scripts": {
19 "build": "npm run build-main && npm run build-module",
20 "build-dev": "NODE_ENV=development npm run build",
21 "build-main": "webpack",
22 "build-main-dev": "NODE_ENV=development npm run build-main",
23 "build-module": "rollup -c",
24 "build-module-dev": "NODE_ENV=development npm run build-module",
25 "tag": "scripts/tag",
26 "prepublishOnly": "npm run build && npm run tag"
27 },
28 "devDependencies": {
29 "@babel/core": "^7.12.10",
30 "@babel/plugin-proposal-class-properties": "^7.12.1",
31 "@babel/plugin-transform-modules-commonjs": "^7.12.1",
32 "@babel/plugin-transform-runtime": "^7.12.10",
33 "@babel/preset-env": "^7.12.11",
34 "@rollup/plugin-babel": "^5.2.1",
35 "@rollup/plugin-replace": "^2.3.2",
36 "babel-cli": "^6.26.0",
37 "babel-loader": "^8.0.6",
38 "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
39 "rollup": "^1.29.0",
40 "rollup-plugin-cjs-es": "^0.7.0",
41 "rollup-plugin-commonjs": "^9.3.4",
42 "rollup-plugin-node-resolve": "^4.2.4",
43 "rollup-plugin-terser": "^4.0.4",
44 "webpack": "^4.41.5",
45 "webpack-cli": "^3.3.11"
46 },
47 "dependencies": {
48 "@babel/runtime": "^7.12.5",
49 "bowser": "^2.8.1",
50 "events": "^3.1.0",
51 "fast-equals": "^1.6.3",
52 "lodash": "^4.17.15"
53 }
54}