This is a new mostly bash-based implementation of a minimal and immanent AO server. No database, user accounts are created directly in the OS.
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.
 
 

18 lines
410 B

{
"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"
}
}