{
  "name": "dec-enc-lib",
  "version": "2.0.1",
  "description": "",
  "type": "module",
  "main": "src/index",
  "typings": "dist index.d.ts",
  "scripts": {
    "start": "node src/index.js",
    "test": "npx --node-options=--experimental-vm-modules jest || exit 0",
    "lint": "npx eslint ./src || exit 0",
    "lint:fix": "npx eslint ./src --fix || exit 0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ma226hn/dec-enc-lib.git"
  },
  "keywords": [],
  "author": "Manar Alibrahim",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ma226hn/dec-enc-lib/issues"
  },
  "homepage": "https://github.com/ma226hn/dec-enc-lib#readme",
  "dependencies": {
    "jest": "^29.0.3",
    "@lnu/eslint-config": "^1.1.4"
    
  }
}
