{
  "name": "cut-optimizer",
  "version": "0.1.1",
  "description": "Bin pack cut optimize",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "test",
    "pub": "tsc && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/valcinei/cut-optimizer.git"
  },
  "keywords": [
    "cut",
    "optimize",
    "bin",
    "pack",
    "planning"
  ],
  "author": "Valcinei Silva <valcinei@live.com> (https://github.com/valcinei)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/valcinei/cut-optimizer/issues"
  },
  "homepage": "https://github.com/valcinei/cut-optimizer#readme",
  "dependencies": {
    "cut-optimizer": "^0.0.2"
  }
}
