1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-05-21 08:40:00 +00:00
libs/packages/dom-manager/package.json
Florian Bouillon fcc3163c7c Updated Deps
Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
2020-12-08 12:51:48 +01:00

30 lines
691 B
JSON

{
"name": "@dzeio/dom-manager",
"version": "1.2.2",
"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": {
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"babel-loader": "^8.1.0",
"ts-loader": "^8.0.3",
"ts-node": "^9.0.0",
"typescript": "^4.0.3",
"webpack": "^5.10.0",
"webpack-cli": "^4.2.0"
},
"scripts": {
"prepublishOnly": "yarn build",
"build": "webpack --mode=\"production\" && tsc",
"test": "tsc --noEmit"
}
}