{
  "name": "node-iso11649",
  "version": "3.0.0",
  "description": "ISO 11649:2009 creditor reference library for node",
  "main": "dist/index.js",
  "typings": "dist/types.d.ts",
  "author": "Niko Ruotsalainen",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nruotsal/node-iso11649.git"
  },
  "keywords": [
    "ISO 11649:2009",
    "creditor reference",
    "RF creditor reference",
    "finance",
    "banking"
  ],
  "bugs": {
    "url": "https://github.com/nruotsal/node-iso11649/issues"
  },
  "homepage": "https://github.com/nruotsal/node-iso11649#readme",
  "files": [
    "dist/**"
  ],
  "scripts": {
    "build": "rollup -c && rm -rf ./dist/types",
    "test": "tape -r ts-node/register/transpile-only test/*.ts | faucet",
    "prepublishOnly": "npm run build && git add -f ./dist/index.js",
    "lint": "eslint --ext .ts src/* test/*",
    "preversion": "npm config set tag-version-prefix ''",
    "version": "npm publish",
    "postversion": "git push --tags && git push"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "11.1.5",
    "@types/tape": "5.6.4",
    "@typescript-eslint/eslint-plugin": "6.11.0",
    "eslint": "8.53.0",
    "eslint-config-standard-with-typescript": "39.1.1",
    "eslint-plugin-import": "2.29.0",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-promise": "6.1.1",
    "eslint-plugin-standard": "4.1.0",
    "faucet": "0.0.4",
    "rollup": "4.4.1",
    "rollup-plugin-dts": "6.1.0",
    "tape": "5.7.2",
    "ts-node": "10.9.1",
    "tslib": "2.6.2",
    "typescript": "5.2.2"
  }
}
