mryanb_obsidian-asana/package.json

25 lines
667 B
JSON
Raw Permalink Normal View History

2024-11-25 22:04:29 +00:00
{
2025-02-09 21:14:41 +00:00
"name": "obsidian-asana",
2025-04-06 02:42:56 +00:00
"version": "0.1.8",
2024-11-25 22:04:29 +00:00
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json",
"test": "jest --config jest.config.js",
"test:watch": "jest --watch --config jest.config.js"
2024-11-25 22:04:29 +00:00
},
"keywords": [],
2025-02-09 21:21:15 +00:00
"author": "Ryan Bantz",
2024-11-25 22:04:29 +00:00
"license": "MIT",
"devDependencies": {
"builtin-modules": "^4.0.0",
"esbuild": "0.17.3",
"jest": "^29.7.0",
2024-11-25 22:04:29 +00:00
"obsidian": "^1.7.2",
"ts-jest": "^29.1.1",
2024-11-25 22:04:29 +00:00
"tslib": "^2.8.1",
"typescript": "^4.0.0"
}
}