{
	"name": "nginx-conf",
	"version": "2.1.0",
	"description": "Dynamically update nginx configuration files via programmatic API",
	"license": "MIT",
	"keywords": [
		"nginx",
		"configuration",
		"parser"
	],
	"files": [
		"dist"
	],
	"main": "dist/index.js",
	"types": "dist/index.d.ts",
	"author": "Tommy Montgomery",
	"repository": {
		"type": "git",
		"url": "https://github.com/tmont/nginx-conf.git"
	},
	"devDependencies": {
		"@types/node": "18.0.3",
		"mocha": "10.0.0",
		"should": "13.2.3",
		"typescript": "4.7.4"
	},
	"scripts": {
		"build": "node_modules/.bin/tsc",
		"watch": "node_modules/.bin/tsc --watch --incremental --preserveWatchOutput",
		"test": "node_modules/.bin/mocha -R spec -t 10000 ./tests"
	}
}
