jamescliffordspratt_macros/package.json
James Clifford Spratt 10c5c51f2b chore(release): 2.0.4
2025-06-22 20:49:09 +01:00

45 lines
1.4 KiB
JSON

{
"name": "macros",
"version": "2.0.4",
"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 \"src/**/*.{ts,tsx,js,jsx}\" --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",
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@types/jest": "^29.5.14",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "^0.25.2",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-unused-imports": "^4.1.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"obsidian": "latest",
"prettier": "^3.5.3",
"standard-version": "^9.5.0",
"ts-jest": "^29.3.2",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
"dependencies": {
"chart.js": "^4.4.9",
"crypto-js": "^4.2.0"
}
}