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

24 lines
392 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": {},
"devDependencies": {
"typescript": "^3.8.3"
}
}