mirror of
https://github.com/intergalacticalvariable/reader.git
synced 2024-11-16 03:32:25 +08:00
15 lines
443 B
JSON
15 lines
443 B
JSON
{
|
|
"name": "reader",
|
|
"version": "1.0.0",
|
|
"description": "### Prerequisite - Node v18 (The build fails for Node version >18) - Yarn - Firebase CLI (`npm install -g firebase-tools`)",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"firebase-tools": "^12.4.2",
|
|
"typescript": "^5.1.6"
|
|
}
|
|
} |