{
  "name": "lal",
  "version": "7.1.1",
  "description": "Assorted Javascript Utilities",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "files": [
    "dist"
  ],
  "scripts": {
    "prebuild": "rimraf dist",
    "build": "NODE_ENV=production babel modules --out-dir dist --copy-files",
    "test": "mocha --reporter spec",
    "watch": "esw -w --color --clear --ignore-pattern .eslintrc.js modules"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/olivicmic/lal.git"
  },
  "author": "Victor <vic@vics.pics> (http://vics.pics)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/olivicmic/lal/issues"
  },
  "homepage": "https://github.com/olivicmic/lal#readme",
  "devDependencies": {
    "@babel/cli": "^7.20.7",
    "@babel/core": "^7.20.12",
    "chai": "^4.3.4",
    "chalk": "^4.1.1",
    "mocha": "^8.4.0",
    "rimraf": "^4.1.2"
  },
  "dependencies": {},
  "directories": {
    "test": "test"
  }
}
