mit.db/package.json
dependabot[bot] 89b6c80c70
Bump @types/node from 18.16.19 to 20.4.2
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 18.16.19 to 20.4.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-17 07:53:45 +00:00

25 lines
635 B
JSON

{
"name": "mit.db",
"version": "2023.04.12",
"description": "An easy and quick database",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThunderNetworkRaD/mit.db.git"
},
"author": "ThunderNetworkRaD | Killer Boss Original",
"license": "ISC",
"bugs": {
"url": "https://github.com/ThunderNetworkRaD/mit.db/issues"
},
"homepage": "https://github.com/ThunderNetworkRaD/mit.db#readme",
"devDependencies": {
"@types/node": "^20.4.2",
"tslib": "^2.4.1",
"typescript": "^5.0.3"
}
}