{
  "name": "@izzius94/crypter",
  "description": "The crypter library makes easy to share encrypted data with a Laravel project.",
  "version": "0.3.1",
  "main": "dist/index.js",
  "bin": "dist/cli.js",
  "scripts": {
    "test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\"}' mocha --exit -r ts-node/register 'test/**/*.ts'",
    "coverage": "nyc --reporter=cobertura --all=true --include=src/** --exclude=src/cli.ts --report-dir=coverage npm run test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/izzius94/node-crypter.git"
  },
  "keywords": [
    "laravel",
    "crypter"
  ],
  "author": "Maurizio Urso",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/izzius94/node-crypter/issues"
  },
  "homepage": "https://github.com/izzius94/node-crypter#readme",
  "devDependencies": {
    "@types/chai": "^4.3.5",
    "@types/mocha": "^10.0.1",
    "@types/mocha-each": "^2.0.0",
    "@types/node": "^20.4.5",
    "chai": "^4.3.7",
    "mocha": "^10.2.0",
    "mocha-each": "^2.0.1",
    "nyc": "^15.1.0",
    "ts-node": "^10.9.1",
    "ts-standard": "^12.0.2",
    "typescript": "^5.1.6"
  }
}
