23 lines
486 B
JSON
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"
|
|
}
|
|
}
|