-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 912 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
{
"name": "@ipsme/msgenv-broadcastchannel",
"version": "0.3.8",
"description": "",
"main": "dist/ipsme_msgenv.es.mjs",
"types": "dist/ipsme_msgenv.d.ts",
"scripts": {
"build": "rollup --config",
"test": "test.js",
"clean": "del dist && echo OK"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/IPSME/npm-msgenv-broadcastchannel.git"
},
"keywords": [
"ipsme",
"metaverse",
"interoperability"
],
"author": "K.Nevelsteen, PhD",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/IPSME/npm-msgenv-broadcastchannel/issues"
},
"homepage": "https://github.com/IPSME/npm-msgenv-broadcastchannel#readme",
"dependencies": {
"@knev/bitlogr": "^0.2.1"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.0.1",
"del-cli": "^5.0.0",
"rollup": "^3.2.3",
"rollup-plugin-dts": "^5.0.0"
}
}