UNPKG

@brainspore/shackuz

Version:
53 lines (52 loc) 1.16 kB
{ "name": "@brainspore/shackuz", "version": "1.4.1", "description": "Nodejs Email Templating Engine", "main": "dist/server.js", "types": "dist/server.d.ts", "exports": { ".": { "require": "./dist/server.js", "import": "./dist/server.js", "types": "./dist/server.d.ts" } }, "files": [ "dist" ], "scripts": { "build": "tsc && node scripts/esm-fix.js dist", "prepare": "npm run build", "prepublishOnly": "npm test", "test": "jest --runInBand --passWithNoTests" }, "repository": { "type": "git", "url": "git+https://github.com/paullaster/Shackuz.git" }, "keywords": [ "NODEJS", "JAVASCRIPT", "EXPRESSJS", "EMAILING" ], "author": "Paullaster Okoth", "license": "MIT", "bugs": { "url": "https://github.com/paullaster/Shackuz/issues" }, "homepage": "https://github.com/paullaster/Shackuz#readme", "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^22.15.3", "jest": "^29.7.0", "ts-jest": "^29.3.2", "typescript": "^5.0.0" }, "engines": { "node": ">=14" }, "publishConfig": { "access": "public" } }