File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 33 "type" : " module" ,
44 "version" : " 1.1.0" ,
55 "description" : " A modern Discord app built with Node.js, based on the eliware/discord foundation." ,
6- "main" : " skeleton .mjs" ,
6+ "main" : " discopy .mjs" ,
77 "scripts" : {
8- "start" : " node skeleton .mjs" ,
8+ "start" : " node discopy .mjs" ,
99 "test" : " npx --node-options=\" --experimental-vm-modules --no-warnings\" jest --detectOpenHandles --silent"
1010 },
1111 "repository" : {
1212 "type" : " git" ,
13- "url" : " git+https://github.com/eliware/skeleton .git"
13+ "url" : " git+https://github.com/eliware/discopy .git"
1414 },
1515 "keywords" : [
16- " skeleton " ,
16+ " discopy " ,
1717 " nodejs"
1818 ],
1919 "author" :
" Eli Sterling, eliware.org <[email protected] >" ,
2020 "license" : " MIT" ,
2121 "bugs" : {
22- "url" : " https://github.com/eliware/skeleton /issues"
22+ "url" : " https://github.com/eliware/discopy /issues"
2323 },
24- "homepage" : " https://github.com/eliware/skeleton #readme" ,
24+ "homepage" : " https://github.com/eliware/discopy #readme" ,
2525 "devDependencies" : {
2626 "jest" : " ^30.2.0"
2727 },
You can’t perform that action at this time.
0 commit comments