{
	"name": "@appzic/js-helper-func",
	"version": "1.1.3",
	"description": "Vanila JavaScript DOM manipulation with maximizing minification",
	"main": "dist/index.js",
	"scripts": {
		"test": "ts-node src/index.ts",
		"dev": "tsc --watch",
		"build": "npm run clean && tsc",
		"clean": "rimraf ./dist",
		"format": "prettier --write ."
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/appzic/js-helper-func.git"
	},
	"bugs": {
		"url": "https://github.com/appzic/astro-reset-css/issues"
	},
	"homepage": "https://github.com/appzic/astro-reset-css#readme",
	"keywords": [
		"vanilla-javascript",
		"dom-manipulation",
		"minify-javascript"
	],
	"author": "Yasitha Nadeeshan",
	"license": "MIT",
	"devDependencies": {
		"@changesets/cli": "^2.26.0",
		"prettier": "^2.8.1",
		"rimraf": "^3.0.2",
		"ts-node": "^10.9.1",
		"typescript": "^4.9.4"
	}
}
