Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Homemade-Disaster committed Jan 31, 2025
1 parent b060302 commit db3e163
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,31 @@
"typescript": "~5.7.2"
},
"main": "main.js",
"files": [
"admin/",
"!admin/**/*.map",
"admin{,/!(i18n)/**}/flat.txt",
"docs/",
"lib/",
"!lib/**/*.{sh,bat,log}",
"!lib/**/restore.json",
"!.dev-server",
"!.vscode",
"!.mount",
"!.github",
"!.git",
"!.DS_Store",
"!.gitignore",
"!.gitattributes",
"!node_modules",
"!tasks",
"!.idea",
"!test",
"www/",
"io-package.json",
"LICENSE",
"main.js"
],
"scripts": {
"test": "npm run test:js && npm run test:package",
"test:js": "mocha --config test/mocharc.custom.json \"{!(node_modules|test)/**/*.test.js,*.test.js,test/**/test!(PackageFiles|Startup).js}\"",
Expand Down

0 comments on commit db3e163

Please sign in to comment.