Initial commit
All checks were successful
NPM Audit Check / Check NPM audit (push) Successful in -2m18s
All checks were successful
NPM Audit Check / Check NPM audit (push) Successful in -2m18s
This commit is contained in:
34
package.json
Normal file
34
package.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "morning-report",
|
||||
"version": "0.0.1",
|
||||
"description": "Procedurally generates a radio weather report",
|
||||
"keywords": [
|
||||
"weather",
|
||||
"radio",
|
||||
"audio"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "ssh://git@git.sanin.dev:3689/corysanin/morning-report.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "Cory Sanin",
|
||||
"email": "corysanin@outlook.com",
|
||||
"url": "https://sanin.dev/"
|
||||
},
|
||||
"type": "module",
|
||||
"main": "distribution/index.js",
|
||||
"scripts": {
|
||||
"build": "npx tsc",
|
||||
"start": "node distribution/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"json5": "2.2.3",
|
||||
"openweathermap-ts": "1.2.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "5.9.2",
|
||||
"@types/node": "24.3.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user