{
  "name": "amend",
  "version": "0.4.3",
  "description": "Dependency injection module and IoC container.",
  "main": "index.js",
  "bin": {
    "amend-annotate": "./bin/annotate.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/TheLudd/amend"
  },
  "dependencies": {
    "@babel/parser": "^7.8.4",
    "fs-extra": "^8.1.0",
    "ramda": "^0.15.0"
  },
  "devDependencies": {
    "chai": "^4.0.2",
    "coffee-script": "^1.9.0",
    "mocha": "^5.0.0",
    "mocha-gwt": "^0.2.0",
    "pikaday": "^1.7.0",
    "source-map-support": "^0.5.2"
  },
  "scripts": {
    "clean": "rm -rf dist",
    "transpile": "coffee -o dist -cb lib",
    "prepublishOnly": "yarn clean && yarn transpile",
    "test": "mocha test/**/*.coffee"
  },
  "files": [
    "README.md",
    "bin/",
    "dist/",
    "lib/",
    "browserify.js",
    "index.js",
    "tools.js"
  ],
  "keywords": [
    "di",
    "ioc",
    "dependency injection"
  ],
  "author": "Ludwig Magnusson",
  "license": "ISC",
  "packageManager": "yarn@1.22.22"
}
