mirror of
https://github.com/jamescliffordspratt/macros.git
synced 2026-07-22 05:46:53 +00:00
51 lines
1.6 KiB
JSON
51 lines
1.6 KiB
JSON
{
|
|
"name": "macros",
|
|
"version": "2.6.3",
|
|
"description": "Track and visualize your daily macros, meals and nutrition inside your notes.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"typecheck": "tsc --project tsconfig.check.json",
|
|
"build": "npm run typecheck && node esbuild.config.mjs production",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"test:coverage": "jest --coverage",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json",
|
|
"release": "standard-version && node sync-version.js && git add manifest.json && git commit -m \"chore: sync version to manifest\" --no-verify && git push --follow-tags origin main"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"standard-version": {
|
|
"tagPrefix": ""
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/dom": "^10.4.0",
|
|
"@types/jest": "^29.5.14",
|
|
"@types/node": "^16.11.6",
|
|
"@typescript-eslint/eslint-plugin": "^8.62.0",
|
|
"@typescript-eslint/parser": "^8.62.0",
|
|
"esbuild": "^0.28.1",
|
|
"eslint": "^9.39.4",
|
|
"eslint-config-prettier": "^10.1.2",
|
|
"eslint-plugin-obsidianmd": "^0.3.0",
|
|
"eslint-plugin-prettier": "^5.2.6",
|
|
"eslint-plugin-unused-imports": "^4.1.4",
|
|
"jest": "^30.4.2",
|
|
"jest-environment-jsdom": "^29.7.0",
|
|
"obsidian": "latest",
|
|
"prettier": "^3.5.3",
|
|
"standard-version": "^9.5.0",
|
|
"ts-jest": "^29.4.11",
|
|
"tslib": "2.4.0",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"dependencies": {
|
|
"@zxing/browser": "^0.1.5",
|
|
"@zxing/library": "^0.21.3",
|
|
"chart.js": "^4.4.9",
|
|
"fuse.js": "^7.1.0"
|
|
}
|
|
}
|