1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-22 10:52:11 +00:00
libs/packages/dom-manager/package.json
Florian Bouillon 7ce7daf751
Upgrade Jest to 27 (#43)
* test

Signed-off-by: Avior <github@avior.me>

* Fixed

Signed-off-by: Avior <github@avior.me>

* Fix

Signed-off-by: Avior <github@avior.me>
2021-09-29 11:49:41 +02:00

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"
}
}