{ "name": "obsidian-asana", "version": "0.1.8", "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" }, "keywords": [], "author": "Ryan Bantz", "license": "MIT", "devDependencies": { "builtin-modules": "^4.0.0", "esbuild": "0.17.3", "jest": "^29.7.0", "obsidian": "^1.7.2", "ts-jest": "^29.1.1", "tslib": "^2.8.1", "typescript": "^4.0.0" } }