go-captcha-svelte
Version:
GoCaptcha for Svelte, which implements click mode, slider mode, drag-drop mode and rotation mode.
70 lines • 1.92 kB
JSON
{
"name": "go-captcha-svelte",
"version": "1.0.5",
"license": "MIT",
"email": "wengaolng@gmail.com",
"author": "Awen <wengaolng@gmail.com>",
"description": "GoCaptcha for Svelte, which implements click mode, slider mode, drag-drop mode and rotation mode.",
"keywords": [
"go-captcha-svelte",
"go-captcha",
"gocaptcha",
"captcha-svelte",
"svelte-captcha",
"capts",
"gocapts"
],
"bugs": {
"url": "https://github.com/wenlng/go-captcha-svelte/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wenlng/go-captcha-svelte.git"
},
"homepage": "https://github.com/wenlng/go-captcha-svelte",
"scripts": {
"dev": "vite dev",
"build": "run-p build:less && vite build && npm run package && run-p copy-less",
"build:less": "lessc -x src/lib/gocaptcha.less src/lib/gocaptcha.css",
"copy-less": "cp src/lib/gocaptcha.less dist/gocaptcha.less",
"preview": "vite preview",
"package": "svelte-kit sync && svelte-package && publint",
"prepublishOnly": "npm run package",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
}
},
"files": [
"dist",
"!dist/**/*.test.*",
"!dist/**/*.spec.*"
],
"peerDependencies": {
"svelte": ">=4"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/package": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"autoprefixer": "^10.4.19",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"npm-run-all2": "^6.2.0",
"publint": "^0.1.9",
"svelte": "^4.2.12",
"svelte-check": "^3.6.0",
"svelte2tsx": "^0.7.9",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.11"
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module"
}