|
| 1 | +{ |
| 2 | + "name": "markdown-it-plugins", |
| 3 | + "version": "0.0.0", |
| 4 | + "packageManager": "[email protected]", |
| 5 | + "description": "", |
| 6 | + "keywords": ["markdown-it", "plugins"], |
| 7 | + "homepage": "https://github.com/banlify/markdown-it-plugins#readme", |
| 8 | + "bugs": { |
| 9 | + "url": "https://github.com/banlify/markdown-it-plugins/issues" |
| 10 | + }, |
| 11 | + "license": "MIT", |
| 12 | + "author": "Chestnut <[email protected]>", |
| 13 | + "repository": { |
| 14 | + "type": "git", |
| 15 | + "url": "git+https://github.com/banlify/markdown-it-plugins.git" |
| 16 | + }, |
| 17 | + "sideEffects": false, |
| 18 | + "main": "./dist/index.cjs", |
| 19 | + "module": "./dist/index.mjs", |
| 20 | + "types": "./dist/index.d.ts", |
| 21 | + "exports": { |
| 22 | + ".": { |
| 23 | + "require": "./dist/index.cjs", |
| 24 | + "import": "./dist/index.mjs", |
| 25 | + "types": "./dist/index.d.ts" |
| 26 | + } |
| 27 | + }, |
| 28 | + "files": [ |
| 29 | + "dist" |
| 30 | + ], |
| 31 | + "scripts": { |
| 32 | + "build": "rimraf dist && unbuild", |
| 33 | + "dev": "unbuild --stub", |
| 34 | + "lint": "eslint .", |
| 35 | + "prepublishOnly": "nr build", |
| 36 | + "release": "bumpp --commit --push --tag && pnpm publish", |
| 37 | + "start": "esno src/index.ts", |
| 38 | + "test": "vitest" |
| 39 | + }, |
| 40 | + "devDependencies": { |
| 41 | + "@antfu/eslint-config": "^0.18.5", |
| 42 | + "@antfu/ni": "^0.13.2", |
| 43 | + "@types/markdown-it": "^12.2.3", |
| 44 | + "@types/node": "^17.0.21", |
| 45 | + "bumpp": "^7.1.1", |
| 46 | + "eslint": "^8.10.0", |
| 47 | + "esno": "^0.14.1", |
| 48 | + "markdown-it": "^12.3.2", |
| 49 | + "pnpm": "^6.32.3", |
| 50 | + "rimraf": "^3.0.2", |
| 51 | + "typescript": "^4.6.2", |
| 52 | + "unbuild": "^0.7.0", |
| 53 | + "vite": "^2.8.6" |
| 54 | + } |
| 55 | +} |
0 commit comments