Remove watch scripts
[oweals/peertube.git] / client / src / standalone / player / package.json
1 {
2   "name": "@peertube/embed-api",
3   "version": "1.0.0",
4   "description": "API to communicate with the PeerTube player embed",
5   "scripts": {
6     "test": "echo \"Error: no test specified\" && exit 1"
7   },
8   "repository": {
9     "type": "git",
10     "url": "git+https://github.com/Chocobozzz/PeerTube.git"
11   },
12   "keywords": [
13     "peertube",
14     "embed"
15   ],
16   "main": "./player.ts",
17   "author": "Chocobozzz",
18   "license": "AGPL-3.0",
19   "bugs": {
20     "url": "https://github.com/Chocobozzz/PeerTube/issues"
21   },
22   "homepage": "https://github.com/Chocobozzz/PeerTube#readme"
23 }