14 lines
261 B
JSON
14 lines
261 B
JSON
{
|
|
"name": "stats",
|
|
"version": "1.0.0",
|
|
"description": "damus stats",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "jb55",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"ejs": "^3.1.8"
|
|
}
|
|
}
|