-
- Downloads
License, Changes to Package.json, Variables for Name and Password
LICENSE.txt
0 → 100644
{ | { | ||
"name": "hackatron", | "name": "hackatron", | ||
"module": "main.ts", | "module": "main.ts", | ||
"version": "1.0.0", | |||
"author": "Alex Reinhardt", | |||
"license": "MIT", | |||
"main": "main.ts", | |||
"scripts": { | |||
"start": "bun run main.ts" | |||
}, | |||
"devDependencies": { | "devDependencies": { | ||
"bun-types": "latest" | "bun-types": "latest" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment