{
  "name": "@visbot/webvsc",
  "version": "2.3.0",
  "description": "A library to convert Winamp AVS presets into Webvs JSON",
  "license": "MIT",
  "contributors": [
    "grandchild",
    "idleberg"
  ],
  "scripts": {
    "build": "npm run clean && tsc --pretty --project ./",
    "clean": "rimraf ./dist",
    "dev": "tsc --watch --pretty --project ./",
    "lint": "tslint --project ./",
    "lint:fix": "tslint --fix --project ./",
    "test": "ava ./test/*.js --verbose"
  },
  "homepage": "https://github.com/grandchild/AVS-File-Decoder#readme",
  "main": "node.js",
  "directories": {
    "doc": "doc",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/grandchild/AVS-File-Decoder.git"
  },
  "bugs": {
    "url": "https://github.com/grandchild/AVS-File-Decoder/issues"
  },
  "keywords": [
    "avs",
    "webvs",
    "webvsc",
    "cli",
    "converter",
    "winamp"
  ],
  "dependencies": {
    "chalk": "^3.0.0"
  },
  "devDependencies": {
    "@types/node": "^12.12.14",
    "ava": "^2.4.0",
    "husky": "^3.1.0",
    "rimraf": "^3.0.0",
    "tslint": "^5.20.1",
    "typescript": "^3.7.3",
    "util": "^0.12.1"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint && npm run test"
    }
  }
}
