vitepress-plugin-cooklang
Version:
32 lines (31 loc) • 604 B
JSON
{
"name": "vitepress-plugin-cooklang",
"version": "0.0.3",
"main": "dist/index.js",
"types": "dist/index.d.t",
"type": "module",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"type-check": "tsc --noEmit",
"build": "tsc"
},
"keywords": [
"vitepress",
"plugin",
"cooklang"
],
"author": "",
"license": "MIT",
"description": "",
"dependencies": {
"@cooklang/cooklang-ts": "^1.2.7",
"tinyglobby": "^0.2.12"
},
"devDependencies": {
"@types/node": "^22.13.10",
"typescript": "^5.8.2"
}
}