1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-22 19:02:14 +00:00
libs/packages/dom-manager/package.json
Florian Bouillon f5b54f1816 Publish
- @dzeio/dom-manager@1.2.2
 - @dzeio/logger@2.0.2
 - @dzeio/object-util@1.0.2
 - @dzeio/queue@1.1.2
 - @dzeio/url-manager@1.0.2
2020-10-20 13:47:57 +02:00

30 lines
692 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": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"scripts": {
"prepublishOnly": "yarn build",
"build": "webpack --mode=\"production\" && tsc",
"test": "tsc --noEmit"
}
}