{ "name": "@dzeio/dom-manager", "version": "1.3.0", "description": "JQuery but lighter", "repository": { "type": "git", "url": "https://github.com/dzeiocom/libs.git", "directory": "packages/dom-manager" }, "author": "Aviortheking", "license": "MIT", "main": "./dist/index.js", "types": "./dist/index.d.ts", "devDependencies": { "parcel": "1.12.3" }, "scripts": { "prepublishOnly": "yarn build", "build": "parcel build src/browser.ts --out-file browser.js --experimental-scope-hoisting && tsc" } }