brainfm-extractor/package.json

18 lines
320 B
JSON
Raw Permalink Normal View History

2023-04-20 18:36:18 +00:00
{
"name": "brainfm-extract",
"version": "1.0.0",
"description": "",
"main": "main.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
2023-05-09 16:24:10 +00:00
"chalk": "^5.2.0",
"dotenv": "^16.0.3"
2023-04-20 18:36:18 +00:00
}
}