-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.9 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "vitepress-plugin-magic-move",
"version": "1.1.2",
"packageManager": "[email protected]",
"description": "typescript-template",
"author": "peterroe",
"license": "MIT",
"type": "module",
"files": [
"dist"
],
"keywords": [
"typescript",
"template"
],
"homepage": "https://github.com/peterroe/vitepress-plugin-magic-move#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/peterroe/vitepress-plugin-magic-move.git"
},
"bugs": "https://github.com/peterroe/vitepress-plugin-magic-move/issues",
"main": "./dist/vitepress-plugin-magic-move.cjs",
"module": "./dist/vitepress-plugin-magic-move.js",
"exports": {
".": {
"types": "./dist/vitepress-plugin-magic-move.d.ts",
"import": "./dist/vitepress-plugin-magic-move.js",
"require": "./dist/vitepress-plugin-magic-move.cjs"
},
"./MagicMove.vue": "./dist/MagicMove.vue"
},
"scripts": {
"build": "tsup",
"lint": "eslint \"**/*.{ts,js}\"",
"fix": "eslint --fix \"**/*.{ts,js}\"",
"start": "esno src/index.ts",
"test": "vitest",
"release": "pnpm build && bumpp && npm publish",
"typecheck": "tsc --noEmit",
"git-hook-init": "git init && husky install && husky add .husky/pre-commit 'npm run lint && npm run typecheck'"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"devDependencies": {
"@antfu/eslint-config": "0.35.3",
"@shikijs/markdown-it": "^1.2.0",
"@types/markdown-it": "^13.0.7",
"@types/node": "^18.18.9",
"bumpp": "8.2.1",
"eslint": "8.53.0",
"esno": "0.16.3",
"husky": "8.0.3",
"nanoid": "^5.0.6",
"shiki-magic-move": "^0.3.4",
"tsup": "^6.7.0",
"typescript": "5.2.2",
"vite": "^5.1.6",
"vitest": "0.28.5",
"vue": "^3.3.8"
},
"dependencies": {
"consola": "^3.2.3",
"lz-string": "^1.5.0",
"shiki": "^1.2.0",
"vitepress": "1.0.0-rc.45"
}
}