mirror of
https://git.roussel.pro/public-website/singapore_rain_radar.git
synced 2026-02-09 02:20:17 +01:00
16 lines
289 B
JSON
16 lines
289 B
JSON
{
|
|
"name": "sg_rain_video",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node index.mjs"
|
|
},
|
|
"dependencies": {
|
|
"canvas": "^2.11.2"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|