18 lines
446 B
JSON
18 lines
446 B
JSON
{
|
|
"name": "brainz-social",
|
|
"version": "0.0.1",
|
|
"description": "Brainz Social application",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Andrew Pietila <andrew@hax.technology>",
|
|
"license": "WTFPL",
|
|
"dependencies": {
|
|
"@inquirer/prompts": "^4.2.1",
|
|
"argparse": "^2.0.1",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"chrono-node": "^2.7.5",
|
|
"commonmark": "^0.31.0"
|
|
}
|
|
}
|