Skip to content

Commit

Permalink
release: 0.0.1 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xrohitgarg authored Sep 10, 2024
1 parent 16b44d7 commit 85a449e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@
"build-lib": "vite build",
"build-types": "vue-tsc --emitDeclarationOnly --declaration -p tsconfig.app.json",
"lint": "eslint 'src/**/*.{ts,vue}'",
"format": "prettier --write 'src/**/*.{ts,vue}'",
"test": "vitest",
"test-ci": "vitest --run"
"test-ci": "vitest --run",
"prepublishOnly": "npm run build"
},
"dependencies": {
"lodash.debounce": "^4.0.8",
Expand All @@ -46,7 +48,7 @@
},
"devDependencies": {
"@tsconfig/node20": "^20.1.2",
"@types/node": "20.8.10",
"@types/node": "^20.8.10",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/compiler-dom": "^3.3.8",
"@vue/test-utils": "^2.4.1",
Expand Down Expand Up @@ -77,6 +79,8 @@
"video_db",
"videodb-player",
"video-player",
"video-player-component"
"video-player-component",
"ai-video-player",
"vue"
]
}

0 comments on commit 85a449e

Please sign in to comment.