-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 975 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
37
38
39
{
"name": "@apility/vue-netflex-cdn-url",
"version": "1.0.6",
"description": "A Vue plugin that provides Netflex cdn url",
"scripts": {
"build": "tsc && vite build"
},
"files": [
"dist"
],
"main": "./dist/vue-netflex-cdn-url.umd.js",
"module": "./dist/vue-netflex-cdn-url.mjs",
"exports": {
".": {
"import": "./dist/vue-netflex-cdn-url.mjs",
"require": "./dist/vue-netflex-cdn-url.umd.js"
}
},
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/apility/vue-netflex-cdn-url.git"
},
"author": "Cathrine Vaage",
"homepage": "https://github.com/apility/vue-netflex-cdn-url/tree/main#readme",
"dependencies": {
"@apility/netflex-cdn-url": "^2.1.2"
},
"peerDependencies": {
"vue": "^3.0.0"
},
"devDependencies": {
"@types/node": "^17.0.39",
"typescript": "^4.9.5",
"vite": "^4.1.1",
"vite-plugin-dts": "^1.7.2",
"vue": "^3.2.47"
}
}