-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 942 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
{
"name": "vue3-enter-to-tab",
"version": "0.0.1",
"description": "",
"main": "./lib/index.js",
"files": [
"lib/**/*"
],
"scripts": {
"build": "tsc --project tsconfig.json",
"typecheck": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/l3d00m/vue3-enter-to-tab.git"
},
"license": "MIT",
"author": {
"name": "l3d00m",
"email": "l3d00m@users.noreply.github.com",
"url": "https://github.com/l3d00m"
},
"engines": {
"node": ">=18.0"
},
"keywords": [],
"bugs": {
"url": "https://github.com/l3d00m/vue3-enter-to-tab/issues"
},
"homepage": "https://github.com/l3d00m/vue3-enter-to-tab#readme",
"devDependencies": {
"@types/node": "20.16.15",
"prettier": "3.3.3",
"ts-node": "10.9.2",
"typescript": "5.6.3"
},
"packageManager": "yarn@4.5.1",
"dependencies": {
"@vueuse/core": "^11.1.0",
"vue": "^3.5.3"
}
}