File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11MIT License
22
3- Copyright (c) 2022 MastiderMast
3+ Copyright (c) 2023 MastiDev
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 11{
22 "name" : " discord.js-advanced-command-handler" ,
3- "version" : " 4.1.1 " ,
3+ "version" : " 4.1.2 " ,
44 "description" : " 🤖 Discord.js V14 Command and Event Handler" ,
55 "main" : " ./dist/index.js" ,
66 "exports" : " ./dist/index.js" ,
77 "type" : " module" ,
88 "scripts" : {
99 "start" : " node ." ,
10- "build" : " tsc"
10+ "build" : " tsc" ,
11+ "build watch" : " tsc -w"
1112 },
1213 "repository" : {
1314 "type" : " git" ,
1415 "url" : " git+https://github.com/MastiDev/Discord.js-Advanced-Command-Handler.git"
1516 },
16- "author" : " Masti#5516 " ,
17+ "author" : " MastiDev " ,
1718 "license" : " MIT" ,
1819 "bugs" : {
1920 "url" : " https://github.com/MastiDev/Discord.js-Advanced-Command-Handler/issues"
2526 "@typescript-eslint/eslint-plugin" : " ^5.61.0" ,
2627 "@typescript-eslint/parser" : " ^5.61.0" ,
2728 "eslint" : " ^8.44.0" ,
28- "ts-node" : " ^10.9.1" ,
2929 "typescript" : " ^5.1.6"
3030 },
3131 "dependencies" : {
You can’t perform that action at this time.
0 commit comments