{
  "name": "p5.nanokontrol2",
  "version": "0.2.0",
  "description": "A p5.js addon library for the KORG nanoKONTROL2",
  "main": "dist/p5.nanokontrol2.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist",
    "src",
    "scripts",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SableRaf/p5js_nanoKontrol2.git"
  },
  "scripts": {
    "build": "npm run build:prod && npm run build:dev && npm run build:types",
    "build:dev": "webpack --mode development",
    "build:prod": "webpack --mode production",
    "build:types": "tsc --declaration --emitDeclarationOnly --outDir dist/types && node scripts/gen-types.js",
    "watch": "webpack --mode development --watch",
    "typecheck": "tsc --noEmit"
  },
  "keywords": [
    "p5",
    "p5.js",
    "midi",
    "webmidi",
    "nanokontrol2",
    "korg",
    "controller"
  ],
  "license": "GPL-2.0-or-later",
  "peerDependencies": {
    "webmidi": "^3.0.0"
  },
  "devDependencies": {
    "ts-loader": "^9.5.1",
    "typescript": "^5.4.0",
    "webpack": "^5.91.0",
    "webpack-cli": "^5.1.4"
  }
}
