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.
19 lines
410 B
19 lines
410 B
1 year ago
|
{
|
||
|
"name": "ao-mini",
|
||
|
"version": "1.0.0",
|
||
|
"description": "A simple and flexible web server that serves YAML files as cards or posts.",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "test"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "AGPL-3.0-or-later",
|
||
|
"dependencies": {
|
||
|
"dotenv": "^16.3.1",
|
||
|
"express": "^4.18.2",
|
||
|
"gray-matter": "^4.0.3",
|
||
|
"multer": "^1.4.5-lts.1",
|
||
|
"yamljs": "^0.3.0"
|
||
|
}
|
||
|
}
|