{
	"name": "light-template",
	"version": "0.0.1",
	"license": "MIT",
	"scripts": {
		"test": "yarn nyc mocha test/**/*.test.ts",
		"build": "yarn tsc -b tsconfig.json",
		"build:prod": "yarn tsc -b tsconfig.prod.json && webpack --config-register esm",
		"lint": "eslint --fix src/**/*.ts test/**/*.ts",
		"release": "yarn publish --registry https://registry.npmjs.org && npm publish --registry https://npm.pkg.github.com/"
	},
	"main": "lib/cjs/index.js",
	"module": "lib/esm/index.js",
	"types": "lib/types/index.d.ts",
	"files": [
		"lib/browser",
		"lib/cjs",
		"lib/esm",
		"lib/types",
		"src/",
		"docs/",
		"README.*.md"
	],
	"devDependencies": {
		"@types/debug": "^4.1.5",
		"@types/js-base64": "^2.3.1",
		"@types/lodash": "^4.14.149",
		"@types/mocha": "^7.0.1",
		"@types/node": "^13.7.7",
		"@typescript-eslint/eslint-plugin": "^2.21.0",
		"@typescript-eslint/parser": "^2.21.0",
		"benchmark": "^2.1.4",
		"clean-webpack-plugin": "^3.0.0",
		"cli-color": "^2.0.0",
		"cross-env": "^7.0.1",
		"eslint": "^6.8.0",
		"esm": "^3.2.25",
		"lodash": "^4.17.15",
		"microtime": "^3.0.0",
		"mocha": "^7.0.1",
		"module-alias": "^2.2.2",
		"nyc": "^15.0.0",
		"should": "^13.2.3",
		"source-map-support": "^0.5.16",
		"ts-loader": "^6.2.1",
		"ts-node": "^8.6.2",
		"tsconfig-paths": "^3.9.0",
		"typescript": "^3.7.4",
		"webpack": "^4.42.0",
		"webpack-bundle-analyzer": "^3.6.0",
		"webpack-cli": "^3.3.11",
		"webpack-merge": "^4.2.2"
	},
	"dependencies": {
		"@parser-generator/definition": "^0.1.0-alpha.0",
		"debug": "^4.1.1",
		"js-base64": "^2.5.2",
		"typescript-collections": "^1.3.3"
	},
	"_moduleAliases": {
		"~": "dist/src"
	}
}
