{
  "name": "townsclipper",
  "version": "0.2.0",
  "description": "Townscaper clipboard data format converter",
  "keywords": [
    "townscaper",
    "decoder",
    "save-editor",
    "format-converter",
    "clipboard",
    "clipboard-format",
    "converter"
  ],
  "homepage": "https://github.com/alvaro-cuesta/townsclipper#readme",
  "bugs": "https://github.com/alvaro-cuesta/townsclipper/issues",
  "license": "MIT",
  "author": "Álvaro Cuesta (https://github.com/alvaro-cuesta/)",
  "main": "./lib/index.js",
  "bin": {
    "townsc": "./bin/townsc.js"
  },
  "directories": {
    "lib": "./lib",
    "bin": "./bin",
    "test": "./test"
  },
  "repository": "github:alvaro-cuesta/townsclipper",
  "scripts": {
    "test": "jest",
    "test:diff": "node ./test/index.js"
  },
  "files": [
    "/lib",
    "/bin"
  ],
  "devDependencies": {
    "jest": "^26.4.2"
  }
}
