You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vitepress/package.json

28 lines
470 B

4 years ago
{
"name": "vitepress",
"version": "0.1.0",
"description": "",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"vitepress": "bin/vitepress.js"
},
"scripts": {
"dev": "tsc -w -p ."
},
"keywords": [
"vite",
"vuepress"
],
"author": "Evan You",
"license": "MIT",
"dependencies": {
4 years ago
"debug": "^4.1.1",
"vite": "^0.6.0"
},
4 years ago
"devDependencies": {
4 years ago
"@types/node": "^13.13.4",
4 years ago
"typescript": "^3.8.3"
}
}