brainfm-extractor/package.json
2023-05-09 18:24:10 +02:00

18 lines
320 B
JSON

{
"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": {
"chalk": "^5.2.0",
"dotenv": "^16.0.3"
}
}