This repository has been archived on 2024-01-24. You can view files and clone it, but cannot push or open issues or pull requests.
discount/package.json
2023-09-10 01:20:41 -07:00

23 lines
486 B
JSON

{
"name": "discount.ts",
"version": "0.2.0",
"description": "another matrix library",
"author": "tezlm",
"type": "module",
"main": "src/index.ts",
"keywords": [
"matrix"
],
"repository": {
"type": "git",
"url": "https://git.celery.eu.org/tezlm/disount"
},
"license": "ISC",
"devDependencies": {
"@types/better-sqlite3": "^7.6.2",
"@types/node": "^18.11.9",
"better-sqlite3": "^7.6.2",
"bun-types": "^0.2.2",
"idb": "^7.1.1"
}
}