-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 832 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 832 Bytes
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
{
"name": "wireless-microphone",
"version": "0.2.1",
"description": "Turn any device into a wireless microphone",
"main": "src/script.js",
"scripts": {
"build": "rollup --config"
},
"repository": {
"type": "git",
"url": "git+https://github.com/suda/wireless-microphone.git"
},
"author": "Wojtek @suda Siudzinski",
"license": "MIT",
"bugs": {
"url": "https://github.com/suda/wireless-microphone/issues"
},
"homepage": "https://github.com/suda/wireless-microphone#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-node-resolve": "^13.2.0",
"alpinejs": "^3.9.6",
"ipfs": "^0.62.2",
"platform": "^1.3.6",
"postcss": "^8.4.12",
"rollup": "^2.70.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2"
}
}