mirror of
https://github.com/memodack/memodack.git
synced 2026-07-22 11:50:25 +00:00
38 lines
1,018 B
JSON
38 lines
1,018 B
JSON
{
|
|
"name": "memodack",
|
|
"version": "1.0.0",
|
|
"description": "Your second language memory tool",
|
|
"license": "MIT",
|
|
"author": "memodack",
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"prepare": "husky",
|
|
"prettier": "prettier --check .",
|
|
"prettier:fix": "prettier --write .",
|
|
"start:dev": "rollup -c -w"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.23.0",
|
|
"@rollup/plugin-commonjs": "^28.0.3",
|
|
"@rollup/plugin-json": "^6.1.0",
|
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
"@rollup/plugin-terser": "^0.4.4",
|
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
"clean-css": "^5.3.3",
|
|
"eslint": "^9.23.0",
|
|
"eslint-config-prettier": "^10.1.1",
|
|
"husky": "^9.1.7",
|
|
"obsidian": "^1.8.7",
|
|
"prettier": "^3.5.3",
|
|
"rollup": "^4.38.0",
|
|
"rollup-plugin-copy": "^3.5.0",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.8.2",
|
|
"typescript-eslint": "^8.28.0"
|
|
},
|
|
"dependencies": {
|
|
"pretty-bytes": "^6.1.1"
|
|
}
|
|
}
|