{
  "name": "ambc",
  "version": "0.1.0",
  "description": "Compiles source code to Ambients protocol syntax",
  "main": "src/index.js",
  "bin": {
    "ambc": "src/cli.js"
  },
  "scripts": {
    "test": "make test",
    "build:parser": "pegjs -o src/ir/index.js src/ir/ambients.pegjs",
    "build:parser:tiny": "pegjs --optimize size -o src/ir/tiny.js src/ir/ambients.pegjs"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "flex-js": "^1.0.5",
    "js2amb": "aphelionz/js2amb#master",
    "mime-types": "^2.1.24",
    "multiaddr": "^7.1.0",
    "orbit-db-io": "^0.1.1",
    "pegjs": "^0.10.0",
    "yargs": "^14.0.0"
  },
  "devDependencies": {
    "cids": "^0.7.1",
    "ipfs": "^0.38.0",
    "ipfs-http-client": "^38.2.0",
    "mocha": "^6.2.1",
    "multihashes": "^0.4.15"
  },
  "standard": {
    "env": "mocha"
  }
}
