{ "name": "veraetime", "version": "1.0.0", "description": "Timestamp data on the Verae Time blockchain and verify certificates.", "scripts": { "test": "npm run build && vitest --run", "clean": "rimraf ./dist ./build", "build": "npm run clean && tsc", "dev": "npm run build -- --watch", "_zapier-build": "npm run build" }, "dependencies": { "zapier-platform-core": "19.1.0" }, "devDependencies": { "rimraf": "^5.0.10", "typescript": "5.6.2", "vitest": "^2.1.2" }, "private": true, "exports": "./dist/index.js", "type": "module" }