26 lines
791 B
JSON
26 lines
791 B
JSON
{
|
|
"name": "@ktrix/authentication-provider-password",
|
|
"description": "Ktrix Password authentication provider",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"license": "AGPL-3.0-or-later",
|
|
"author": "Ktrix",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build --mode production --config vite.config.ts",
|
|
"dev": "vite build --mode development --config vite.config.ts",
|
|
"watch": "vite build --mode development --watch --config vite.config.ts",
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
|
|
},
|
|
"dependencies": {
|
|
"vue": "^3.5.13"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"typescript": "~5.6.2",
|
|
"vite": "^6.0.1",
|
|
"vue-tsc": "^2.1.10"
|
|
}
|
|
}
|