mit.db/package.json
dependabot[bot] 74f4f42e50
Bump typescript from 4.9.5 to 5.0.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-03 08:05:46 +00:00

25 lines
648 B
JSON

{
"name": "mit.db",
"version": "2023.02.23-1",
"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": "Thunder Network Development | 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": "^18.14.0",
"tslib": "^2.4.1",
"typescript": "^5.0.3"
}
}