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.3.0",
|
|
"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 --forceExit"
|
|
},
|
|
"dependencies": {
|
|
"pretty-bytes": "^6.1.1",
|
|
"reflect-metadata": "^0.2.2",
|
|
"tsyringe": "^4.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.3.4",
|
|
"@commitlint/cli": "^19.8.0",
|
|
"@commitlint/config-conventional": "^19.8.0",
|
|
"@types/jest": "^29.5.14",
|
|
"builtin-modules": "^5.0.0",
|
|
"clean-css": "^5.3.3",
|
|
"cross-env": "^10.1.0",
|
|
"esbuild": "^0.25.3",
|
|
"husky": "^9.1.7",
|
|
"jest": "^29.7.0",
|
|
"madge": "^8.0.0",
|
|
"obsidian": "^1.8.7",
|
|
"ts-jest": "^29.3.2",
|
|
"typescript": "^5.8.2"
|
|
},
|
|
"engines": {
|
|
"pnpm": ">=10.17.0"
|
|
}
|
|
}
|