mirror of
https://github.com/memodack/memodack.git
synced 2026-07-22 11:50:25 +00:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "memodack",
|
|
"version": "1.5.1",
|
|
"description": "Your second language memory tool",
|
|
"license": "MIT",
|
|
"author": "memodack",
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=production node ./esbuild.config.mjs",
|
|
"dev": "cross-env NODE_ENV=development node ./esbuild.config.mjs",
|
|
"format": "biome format",
|
|
"format:write": "biome format --write",
|
|
"lint": "biome lint",
|
|
"lint:circulars": "madge --circular --extensions ts ./",
|
|
"lint:write": "biome lint --write",
|
|
"test": "jest --detectOpenHandles"
|
|
},
|
|
"dependencies": {
|
|
"pretty-bytes": "^7.1.0",
|
|
"reflect-metadata": "^0.2.2",
|
|
"tsyringe": "^4.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.3.7",
|
|
"@commitlint/cli": "^20.1.0",
|
|
"@commitlint/config-conventional": "^20.0.0",
|
|
"@types/jest": "^30.0.0",
|
|
"builtin-modules": "^5.0.0",
|
|
"clean-css": "^5.3.3",
|
|
"cross-env": "^10.1.0",
|
|
"esbuild": "^0.27.0",
|
|
"husky": "^9.1.7",
|
|
"jest": "^30.2.0",
|
|
"madge": "^8.0.0",
|
|
"obsidian": "^1.10.3",
|
|
"ts-jest": "^29.4.5",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"engines": {
|
|
"pnpm": ">=10.17.0"
|
|
}
|
|
}
|