chore: update package.json metadata
This commit is contained in:
parent
45f0c31949
commit
59d4f6671b
43
package.json
43
package.json
@ -1,31 +1,43 @@
|
|||||||
{
|
{
|
||||||
"name": "peer",
|
"name": "peer",
|
||||||
"version": "0.0.0-development",
|
"version": "0.0.0-development",
|
||||||
"description": "PeerJS server component",
|
|
||||||
"main": "dist/src/index.js",
|
|
||||||
"bin": {
|
|
||||||
"peerjs": "./bin/peerjs"
|
|
||||||
},
|
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"peerjs",
|
"peerjs",
|
||||||
"webrtc",
|
"webrtc",
|
||||||
"signaling"
|
"p2p",
|
||||||
|
"rtc"
|
||||||
],
|
],
|
||||||
"files": [
|
"description": "PeerJS server component",
|
||||||
"bin/",
|
"homepage": "https://peerjs.com",
|
||||||
"dist/",
|
|
||||||
"index.d.ts"
|
|
||||||
],
|
|
||||||
"homepage": "https://github.com/peers/peerjs-server#readme",
|
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/peers/peerjs-server/issues"
|
"url": "https://github.com/peers/peerjs-server/issues"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/peers/peerjs-server.git"
|
"url": "https://github.com/peers/peerjs-server"
|
||||||
},
|
},
|
||||||
"author": "Michelle Bu, Eric Zhang, Alex Sosnovskiy",
|
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"contributors": [],
|
||||||
|
"main": "dist/src/index.js",
|
||||||
|
"bin": {
|
||||||
|
"peerjs": "./bin/peerjs"
|
||||||
|
},
|
||||||
|
"funding": {
|
||||||
|
"type": "opencollective",
|
||||||
|
"url": "https://opencollective.com/peer"
|
||||||
|
},
|
||||||
|
"collective": {
|
||||||
|
"type": "opencollective",
|
||||||
|
"url": "https://opencollective.com/peer"
|
||||||
|
},
|
||||||
|
"files": [
|
||||||
|
"bin/",
|
||||||
|
"dist/",
|
||||||
|
"index.d.ts"
|
||||||
|
],
|
||||||
|
"engines": {
|
||||||
|
"node": ">=14"
|
||||||
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preversion": "npm run clean && npm run build",
|
"preversion": "npm run clean && npm run build",
|
||||||
"build": "tsc",
|
"build": "tsc",
|
||||||
@ -72,8 +84,5 @@
|
|||||||
"source-map-support": "^0.5.21",
|
"source-map-support": "^0.5.21",
|
||||||
"ts-node": "^8.10.2",
|
"ts-node": "^8.10.2",
|
||||||
"typescript": "^4.1.2"
|
"typescript": "^4.1.2"
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">=14"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user