yiki/package.json

21 lines
405 B
JSON
Raw Normal View History

2024-04-16 09:41:10 -04:00
{
"name": "yiki",
"version": "0.1.0",
2024-04-16 09:41:10 -04:00
"description": "The yellows111 wiki system",
"main": "compile.js",
"scripts": {
"build": "node ymake"
2024-04-16 09:41:10 -04:00
},
"keywords": [
"markdown"
],
"author": "yellows111",
"license": "MIT",
"dependencies": {
"@liquify/prettify": "^0.5.5-beta.1",
2024-04-16 09:41:10 -04:00
"markdown-toc": "^1.2.0",
"remarkable": "^2.0.1",
"remarkable-header-ids": "^0.2.0"
}
}