UNPKG

@node-elion/syncron

Version:

Provides a simple way to delivery models between sender and receiver

64 lines (63 loc) 2 kB
{ "name": "@node-elion/syncron", "version": "2.1.2", "description": "Provides a simple way to delivery models between sender and receiver", "main": "./dist/esm/index.js", "types": "./dist/types/index.d.ts", "exports": { "types": "./dist/types/index.d.ts", "require": "./dist/cjs/index.js", "import": "./dist/esm/index.js", "default": "./dist/esm/index.js" }, "scripts": { "release": "npx commit-and-tag-version", "build": "npm run build:cjs && npm run build:esm && npm run build:types", "build:clean": "node scripts/clean.cjs && npm run build", "build:cjs": "tsc --project tsconfig.cjs.json", "build:esm": "tsc --project tsconfig.esm.json", "build:types": "tsc --project tsconfig.types.json" }, "repository": { "type": "git", "url": "git+https://github.com/elion-project/syncron.git" }, "keywords": [ "Elion", "JSON", "Syncronisation" ], "author": "Yehor Brodskiy", "license": "MIT", "bugs": { "url": "https://github.com/elion-project/syncron/issues" }, "homepage": "https://github.com/elion-project/syncron#readme", "dependencies": { "lodash.merge": "^4.6.2" }, "engines": { "node": ">=20.0.0" }, "volta": { "node": "20.19.3", "npm": "11.4.2" }, "files": [ "dist" ], "devDependencies": { "@types/lodash.merge": "^4.6.9", "@types/node": "==20.19.3", "@typescript-eslint/eslint-plugin": "^7.10.0", "@typescript-eslint/parser": "^7.10.0", "eslint": "^8.57.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-typescript": "^18.0.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^28.5.0", "eslint-plugin-prettier": "^5.1.3", "npm-check-updates": "^18.0.1" } }