mirror of
https://github.com/dzeiocom/libs.git
synced 2025-04-22 10:52:11 +00:00
* test Signed-off-by: Avior <github@avior.me> * Fixed Signed-off-by: Avior <github@avior.me> * Fix Signed-off-by: Avior <github@avior.me>
22 lines
522 B
JSON
22 lines
522 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|