21 lines
405 B
JSON
21 lines
405 B
JSON
{
|
|
"name": "yiki",
|
|
"version": "0.1.4",
|
|
"description": "The yellows111 wiki system",
|
|
"main": "compile.js",
|
|
"scripts": {
|
|
"build": "node ymake"
|
|
},
|
|
"keywords": [
|
|
"markdown"
|
|
],
|
|
"author": "yellows111",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@liquify/prettify": "^0.5.5-beta.1",
|
|
"markdown-toc": "^1.2.0",
|
|
"remarkable": "^2.0.1",
|
|
"remarkable-header-ids": "^0.2.0"
|
|
}
|
|
}
|