-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.17 KB
/
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
37
38
{
"name": "@eyevinn/media-session-manager",
"version": "0.0.2",
"description": "",
"source": "index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"start": "parcel demo/index.html",
"build": "rm -rf ./dist && parcel build index.ts && tsc",
"prepare": "npm run build",
"postversion": "git push --no-verify && git push --tags --no-verify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Eyevinn/media-session-manager.git"
},
"keywords": [],
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/Eyevinn/media-session-manager/issues"
},
"homepage": "https://github.com/Eyevinn/media-session-manager#readme",
"devDependencies": {
"@parcel/packager-ts": "^2.3.2",
"@parcel/transformer-typescript-tsc": "^2.3.2",
"@parcel/transformer-typescript-types": "^2.2.1",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"parcel": "^2.3.2",
"prettier": "^2.5.1",
"typescript": "^4.6.2"
}
}