{
	"name": "@techexp/data-bind",
	"version": "0.9.4",
	"description": "Easy to use, two-way data binding library, light-weight, and with no dependencies.",
	"author": "Abdul Habra",
	"license": "Apache",
	"repository": "ahabra/data-bind",
	"main": "dist/data-bind-module.js",
	"keywords": [
		"data",
		"bind",
		"two",
		"way",
		"data-binding",
		"two-way"
	],
	"publishConfig": {
		"access": "public"
	},
	"scripts": {
		"clean": "rm -rf dist",
		"build": "node scripts/build.js",
		"deps:list": "ncu",
		"deps:up": "ncu -u"
	},
	"devDependencies": {
		"fs-extra": "^11.3.0",
		"npm-check-updates": "^18.0.1",
		"terser": "^5.39.2"
	}
}
