{
  "name": "@shren/sol",
  "version": "0.0.8",
  "description": "a Music Library",
  "main": "./dist/index.js",
  "types": "./src/index.ts",
  "scripts": {
    "build": "webpack --mode development",
    "build-watch": "webpack --mode development --watch --stats-children",
    "postbuild": "dts-bundle-generator -o dist/index.d.ts src/index.ts && node postbuild.js",
    "debug": "node ./dist/index.js",
    "test": "jest"
  },
  "keywords": [
    "music"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Fr0stbyteR/sol.git"
  },
  "author": "Fr0stbyteR",
  "license": "GPL-3.0-or-later",
  "devDependencies": {
    "@shren/guidolib": "^1.7.5",
    "@tonejs/midi": "^2.0.27",
    "@types/emscripten": "^1.39.6",
    "@types/jest": "^27.0.2",
    "@types/seedrandom": "^3.0.1",
    "@typescript-eslint/eslint-plugin": "^5.1.0",
    "@typescript-eslint/parser": "^5.1.0",
    "dts-bundle-generator": "^6.12.0",
    "esbuild-jest": "^0.5.0",
    "esbuild-loader": "^2.16.0",
    "eslint": "^8.1.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.25.2",
    "jest": "^27.3.1",
    "seedrandom": "^3.0.5",
    "typescript": "^4.4.4",
    "webpack": "^5.59.1",
    "webpack-cli": "^4.9.1"
  }
}
