|
| 1 | +{ |
| 2 | + "name": "@elron/svelte-wp-shortcode", |
| 3 | + "version": "0.0.1", |
| 4 | + "author": "Elron Bucai", |
| 5 | + "license": "MIT", |
| 6 | + "keywords": [ |
| 7 | + "svelte", |
| 8 | + "shortcode", |
| 9 | + "wordpress", |
| 10 | + "dynamic content", |
| 11 | + "svelte component", |
| 12 | + "markup", |
| 13 | + "embedded components", |
| 14 | + "props", |
| 15 | + "SSR", |
| 16 | + "sveltekit" |
| 17 | + ], |
| 18 | + "repository": { |
| 19 | + "type": "git", |
| 20 | + "url": "https://github.com/elron/svelte-wp-shortcodes.git" |
| 21 | + }, |
| 22 | + "homepage": "https://svelte-wp-shortcodes.netlify.app/", |
| 23 | + "bugs": { |
| 24 | + "url": "https://github.com/elron/svelte-wp-shortcodes/issues" |
| 25 | + }, |
| 26 | + "scripts": { |
| 27 | + "dev": "vite dev", |
| 28 | + "build": "vite build && npm run package", |
| 29 | + "preview": "vite preview", |
| 30 | + "package": "svelte-kit sync && svelte-package && publint", |
| 31 | + "prepublishOnly": "npm run package", |
| 32 | + "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", |
| 33 | + "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", |
| 34 | + "test": "vitest", |
| 35 | + "lint": "prettier --plugin-search-dir . --check . && eslint .", |
| 36 | + "format": "prettier --plugin-search-dir . --write ." |
| 37 | + }, |
| 38 | + "exports": { |
| 39 | + ".": { |
| 40 | + "types": "./dist/index.d.ts", |
| 41 | + "svelte": "./dist/index.js" |
| 42 | + } |
| 43 | + }, |
| 44 | + "files": [ |
| 45 | + "dist", |
| 46 | + "!dist/**/*.test.*", |
| 47 | + "!dist/**/*.spec.*" |
| 48 | + ], |
| 49 | + "peerDependencies": { |
| 50 | + "svelte": "^4.0.0" |
| 51 | + }, |
| 52 | + "devDependencies": { |
| 53 | + "@sveltejs/adapter-auto": "^2.0.0", |
| 54 | + "@sveltejs/kit": "^1.20.4", |
| 55 | + "@sveltejs/package": "^2.0.0", |
| 56 | + "@typescript-eslint/eslint-plugin": "^5.45.0", |
| 57 | + "@typescript-eslint/parser": "^5.45.0", |
| 58 | + "eslint": "^8.28.0", |
| 59 | + "eslint-config-prettier": "^8.5.0", |
| 60 | + "eslint-plugin-svelte": "^2.30.0", |
| 61 | + "prettier": "^2.8.0", |
| 62 | + "prettier-plugin-svelte": "^2.10.1", |
| 63 | + "publint": "^0.1.9", |
| 64 | + "svelte": "^4.0.5", |
| 65 | + "svelte-check": "^3.4.3", |
| 66 | + "tslib": "^2.4.1", |
| 67 | + "typescript": "^5.0.0", |
| 68 | + "vite": "^4.4.2", |
| 69 | + "vitest": "^0.33.0" |
| 70 | + }, |
| 71 | + "svelte": "./dist/index.js", |
| 72 | + "types": "./dist/index.d.ts", |
| 73 | + "type": "module" |
| 74 | +} |
0 commit comments