{
  "name": "alanode",
  "version": "1.1.0",
  "description": "The Binary To Run Node.JS Files With Import And Export Statements.",
  "scripts": {
    "t": "zoroaster -a",
    "test": "yarn t test/spec test/mask",
    "spec": "yarn t test/spec",
    "mask": "yarn t test/mask",
    "test-build": "yarn test -e test-build",
    "lint": "eslint .",
    "doc": "doc -o README.md -d -a",
    "d": "yarn-s d1",
    "d1": "NODE_DEBUG=doc doc src/index.js -g",
    "build": "yarn-s d b doc",
    "e": "node example",
    "example/": "yarn e example/example.js"
  },
  "bin": "src/alanode.js",
  "files": [
    "src"
  ],
  "repository": "gitlab:a-la/alanode",
  "keywords": [
    "alamode",
    "alanode",
    "import",
    "export",
    "require",
    "ecma",
    "ecma6",
    "es6",
    "modules",
    "module"
  ],
  "author": "Anton <anton@adc.sh>",
  "license": "MIT",
  "bugs": {
    "url": "https://gitlab.com/a-la/alanode/-/issues"
  },
  "homepage": "https://www.artd.eco",
  "devDependencies": {
    "documentary": "1.38.4",
    "eslint-config-artdeco": "1.0.1",
    "yarn-s": "1.2.3",
    "zoroaster": "4.4.0"
  },
  "dependencies": {
    "alamode": "3.7.1"
  }
}
