{
	"name": "@ibyar/expressions",
	"version": "3.1.1",
	"description": "Aurora expression, an template expression and evaluation, An 100% spec compliant ES2022 JavaScript toolchain,",
	"license": "MIT",
	"homepage": "https://github.com/ibyar/aurora/tree/dev/packages/expressions",
	"repository": {
		"type": "git",
		"url": "https://github.com/ibyar/aurora.git",
		"directory": "packages/expressions"
	},
	"bugs": {
		"url": "https://github.com/ibyar/aurora/issues"
	},
	"author": "The Ibyar Authors (https://github.com/ibyar/aurora/graphs/contributors)",
	"contributors": [
		{
			"name": "Muhammad Salem",
			"email": "salem.ebo@gmail.com"
		}
	],
	"main": "./index.js",
	"module": "./index.js",
	"types": "./index.d.ts",
	"type": "module",
	"exports": {
		".": "./index.js"
	},
	"bin": {
		"expr": "./bin/cli.js"
	},
	"files": [
		"*"
	],
	"publishConfig": {
		"access": "public"
	},
	"dependencies": {
		"@ibyar/decorators": "^3.1.1",
		"tslib": "^2.8.1"
	},
	"devDependencies": {
		"typescript": "^5.7.3"
	},
	"scripts": {
		"build": "tsc --build --verbose",
		"docs": "npx typedoc --tsconfig ../../src/expressions/tsconfig.json"
	},
	"keywords": [
		"aurora",
		"ibyar",
		"expressions",
		"template-syntax",
		"template-expression",
		"typescript",
		"estree",
		"parser",
		"v8",
		"stack",
		"scope",
		"expression",
		"js",
		"eval",
		"evaluation",
		"backend",
		"front-end"
	],
	"gitHead": "9532d01b23f038ee839911245e7ccf1f24add1d6"
}
