-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1018 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "@onlymisaky/web-camera",
"version": "0.0.1",
"description": "web camera",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/onlymisaky/web-camera.git"
},
"keywords": [
"web camera"
],
"author": "onlymisaky",
"license": "ISC",
"bugs": {
"url": "https://github.com/onlymisaky/web-camera/issues"
},
"homepage": "https://github.com/onlymisaky/web-camera#readme",
"scripts": {
"build": "rollup --config rollup.config.js"
},
"typings": "types/index.d.ts",
"dependencies": {
"@babel/runtime": "^7.8.4"
},
"devDependencies": {
"@babel/core": "^7.8.6",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.8.6",
"@rollup/plugin-typescript": "^8.2.5",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"rollup": "^2.56.3",
"ts-loader": "^6.2.1",
"tslib": "^2.3.1",
"typescript": "^3.9.10",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
}
}