UNPKG

ukmadlz

Version:

Developer Advocate and Software Engineer for Hire (opinions and views are my own)

54 lines (53 loc) 1.24 kB
{ "name": "ukmadlz", "version": "4.3.1", "description": "Developer Advocate and Software Engineer for Hire (opinions and views are my own)", "bin": { "ukmadlz": "dist/index.js" }, "scripts": { "build": "tsc", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "test:smoke": "npm run build && vitest run --config vitest.smoke.config.mts", "prepublishOnly": "npm run build" }, "files": [ "dist", "package.json" ], "repository": { "type": "git", "url": "git+https://github.com/ukmadlz/ukmadlz-npm.git" }, "keywords": [ "Microservices", "Prototyping", "CouchDB", "devops-ish", "offline first", "ETL", "NodeJS", "TypeScript", "speaker", "hackathons", "Developer Advocate", "Developer Relations" ], "author": "Mike Elsmore <mike@elsmore.me>", "license": "MIT", "bugs": { "url": "https://github.com/ukmadlz/ukmadlz-npm/issues" }, "homepage": "https://github.com/ukmadlz/ukmadlz-npm#readme", "engines": { "node": ">=18" }, "devDependencies": { "@types/node": "^22.19.7", "@vitest/coverage-v8": "^4.0.18", "typescript": "^5.7.0", "vitest": "^4.0.18" } }