{
  "name": "nginx-ast",
  "version": "0.1.1",
  "author": "Constructive <developers@constructive.io>",
  "description": "TypeScript Nginx configuration parser and deparser",
  "main": "index.js",
  "module": "esm/index.js",
  "types": "index.d.ts",
  "homepage": "https://github.com/constructive-io/dev-utils",
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/constructive-io/dev-utils"
  },
  "bugs": {
    "url": "https://github.com/constructive-io/dev-utils/issues"
  },
  "scripts": {
    "copy": "makage assets",
    "clean": "makage clean",
    "prepublishOnly": "npm run build",
    "build": "makage build",
    "lint": "eslint . --fix",
    "test": "jest",
    "test:watch": "jest --watch"
  },
  "keywords": [
    "nginx",
    "parser",
    "deparser",
    "configuration",
    "typescript"
  ],
  "devDependencies": {
    "makage": "0.1.10"
  },
  "gitHead": "cb93b66c72e3925e5f751679b5861eaaff641bf0"
}
