mirror of
https://github.com/dzeiocom/libs.git
synced 2025-06-16 20:49:21 +00:00
Added DomManager
Signed-off-by: Florian Bouillon <florian.bouillon@delta-wings.net>
This commit is contained in:
30
packages/dom-manager/package.json
Normal file
30
packages/dom-manager/package.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"name": "@dzeio/dom-manager",
|
||||
"version": "0.0.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": "jest --coverage && codecov -f coverage/coverage-final.json"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user