{
  "name": "static-analysis",
  "version": "2.1.1",
  "description": "Performs RegEx Static Analysis On JavaScript Programs To Find Out All Dependencies That Stem From The Given Files.",
  "main": "compile/index.js",
  "module": "src/index.js",
  "scripts": {
    "t": "zoroaster -a",
    "test": "yarn t test/spec test/mask",
    "spec": "yarn t test/spec",
    "mask": "yarn t test/mask",
    "test-compile": "yarn test -e test-compile",
    "lib": "depack-dev src/depack.js -o compile -a -p -c -s --source_map_include_content",
    "lint": "eslint .",
    "doc": "doc -o README.md -n _staticAnalysis -d",
    "start": "alanode src/server",
    "b": "alamode src -o build -s",
    "d": "yarn-s template d1 externs",
    "template": "typal compile/template.js -T compile/index.js -t types",
    "d1": "typal compile/index.js -u",
    "externs": "typal types/externs.js -e",
    "build": "yarn-s d b doc",
    "e": "alanode",
    "example/": "yarn e example/example.js"
  },
  "files": [
    "compile",
    "src",
    "types/externs.js",
    "COPYING"
  ],
  "externs": "types/externs.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/dpck/static-analysis.git"
  },
  "keywords": [
    "static-analysis",
    "static analysis",
    "import",
    "export",
    "require",
    "commonJS",
    "ES6",
    "dependency",
    "dependencies",
    "list",
    "tree"
  ],
  "author": "Anton <anton@adc.sh>",
  "license": "SEE LICENSE IN LICENSE",
  "bugs": {
    "url": "https://github.com/dpck/static-analysis/issues"
  },
  "homepage": "https://compiler.page",
  "devDependencies": {
    "@depack/detect": "^1.1.0",
    "@depack/render": "^1.3.4",
    "@depack/split": "^1.0.0",
    "@idio/idio": "^1.2.4",
    "@idio/preact-fixture": "1.0.0",
    "@idio/router": "^1.4.1",
    "@wrote/read": "^1.0.4",
    "@wrote/write": "^1.0.4",
    "@wrote/wrote": "^1.2.3",
    "alamode": "^3.5.2",
    "documentary": "^1.37.0",
    "erotic": "^2.1.1",
    "eslint-config-artdeco": "1.0.1",
    "fpj": "^1.3.1",
    "mismatch": "^1.2.0",
    "resolve-dependency": "^1.0.3",
    "temp-context": "^2.1.3",
    "typal": "^1.26.2",
    "yarn-s": "1.2.3",
    "zoroaster": "^4.3.0"
  },
  "srcDependencies": {
    "@depack/detect": "^1.0.2",
    "@depack/split": "^1.0.0",
    "@wrote/read": "^1.0.4",
    "erotic": "^2.1.1",
    "fpj": "^1.3.0",
    "mismatch": "^1.2.0",
    "resolve-dependency": "^1.0.3"
  }
}
