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 ac5f0dfd69 Publish
- @dzeio/dom-manager@1.2.1
 - @dzeio/object-util@1.0.1
2020-09-11 11:12:48 +02:00

31 lines
725 B
JSON

{
"name": "@dzeio/dom-manager",
"version": "1.2.1",
"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",
"browser": "./dist/browser.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.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"scripts": {
"prepublishOnly": "yarn build",
"build": "webpack --mode=\"production\" && tsc",
"test": "tsc --noEmit"
}
}