-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 978 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@twilify/vue",
"version": "0.0.0",
"description": "Twilify SDK for Vue",
"main": "lib/index.js",
"types": "lib/types/index.d.ts",
"scripts": {
"build": "tsc"
},
"exports": {
".": {
"import": "lib/index.js",
"require": "lib/index.js",
"types": "lib/types/index.d.ts"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Twilify/sdk-vue.git"
},
"keywords": [
"sdk",
"vue",
"cdn",
"cms",
"api",
"rest",
"web",
"typescript"
],
"author": "Twilify",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/Twilify/sdk-vue/issues"
},
"homepage": "https://github.com/Twilify/sdk-vue#readme",
"dependencies": {
"@twilify/sdk": ">=0.3.0",
"vue": ">=3.0.0"
},
"devDependencies": {
"typescript": "^5.2.2"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"engines": {
"node": ">=16.0.0"
}
}