22 lines
432 B
JSON
22 lines
432 B
JSON
{
|
|
"name": "r-place-timelapse",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"node-fetch": "^2.6.7",
|
|
"preact": "^10.7.0",
|
|
"ts-node": "^10.7.0",
|
|
"typescript": "^4.6.3",
|
|
"vite": "^2.9.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node-fetch": "^2.6.1"
|
|
}
|
|
}
|