{
  "name": "@lazy-toolbox/portable",
  "version": "0.0.18",
  "description": "",
  "files": [
    "wrapper.mjs",
    "dist/**/*"
  ],
  "main": "./dist/index.js",
  "exports": {
    "import": "./wrapper.mjs",
    "require": "./dist/index.js",
    "types": "./dist/index.d.ts"
  },
  "types": "./dist/index.d.ts",
  "keywords": [
    "lazy",
    "toolbox",
    "portable",
    "scripts",
    "math",
    "pattern",
    "sort",
    "topological",
    "dependencies",
    "materials",
    "counter",
    "parsing",
    "rule",
    "rules",
    "class",
    "classes",
    "typeof",
    "log",
    "console",
    "time"
  ],
  "scripts": {
    "webpack": "webpack",
    "doc": "node ../doc/generate.js",
    "build": "(rmdir /q /s dist && tsc && webpack) || (tsc && webpack)",
    "gitPush": "cd .. && git add . && git commit && git push -u origin master && cd lazy-portable",
    "new": "npm run doc && npm run build && npm publish"
  },
  "homepage": "https://github.com/FriquetLuca/lazy-toolbox",
  "bugs": {
    "url": "https://github.com/FriquetLuca/lazy-toolbox/issues"
  },
  "author": "Friquet Luca",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FriquetLuca/lazy-toolbox.git"
  },
  "devDependencies": {
    "ts-loader": "^9.4.2",
    "typescript": "^4.8.4",
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.1"
  }
}
