]>
Commit | Line | Data |
---|---|---|
e3dca99b | 1 | { |
2 | "name": "junction-extension", | |
3 | "version": "1.0.0", | |
4 | "description": "", | |
344f7c13 | 5 | "main": "junction.js", |
e3dca99b | 6 | "scripts": { |
80172072 | 7 | "build": "rollup -c", |
e3dca99b | 8 | "test": "echo \"Error: no test specified\" && exit 1" |
9 | }, | |
10 | "author": "", | |
80172072 | 11 | "license": "Apache-2.0", |
e3dca99b | 12 | "devDependencies": { |
80172072 RBR |
13 | "@rollup/plugin-commonjs": "^25.0.4", |
14 | "@rollup/plugin-node-resolve": "^15.2.1", | |
15 | "rollup": "3.28.1" | |
344f7c13 | 16 | }, |
80172072 RBR |
17 | "dependencies": { |
18 | "socket.io-client": "^4.7.2" | |
19 | }, | |
20 | "type": "module" | |
e3dca99b | 21 | } |