1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-22 19:02:14 +00:00
libs/packages/url-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

33 lines
881 B
JSON

{
"name": "@dzeio/url-manager",
"version": "1.0.4",
"description": "Manage URL",
"repository": "https://github.com/dzeiocom/libs.git",
"homepage": "https://github.com/dzeiocom/libs/tree/master/packages/url-manager#readme",
"author": "Aviortheking",
"license": "MIT",
"main": "./dist/URLManager.js",
"types": "./dist/URLManager.d.ts",
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.11.0",
"@babel/preset-typescript": "^7.10.4",
"@types/chai": "^4.2.12",
"@types/jest": "^26.0.10",
"babel-loader": "^8.1.0",
"codecov": "^3.7.2",
"jest": "^26.4.2",
"ts-jest": "^26.4.4",
"ts-loader": "^8.0.3",
"ts-node": "^9.0.0",
"typescript": "^4.0.2",
"webpack": "^5.10.0",
"webpack-cli": "^4.2.0"
},
"scripts": {
"prepublishOnly": "yarn build",
"build": "webpack --mode=\"production\" && tsc",
"test": "jest --coverage"
}
}