1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-05-28 03:59:55 +00:00
libs/packages/config/package.json
Florian Bouillon 878ee09889 Updated deps
Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
2021-07-16 16:27:53 +02:00

37 lines
702 B
JSON

{
"name": "@dzeio/config",
"version": "1.0.0",
"description": "global configuration files for programming",
"author": "Avior",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dzeiocom/libs.git",
"directory": "packages/config"
},
"devDependencies": {
"@types/node": "^16.3.2",
"next": "^11.0.1",
"typescript": "^4.3.5"
},
"peerDependencies": {
"@typescript-eslint/parser": "^4.28.2",
"next": "^11.0.1",
"next-pre-css": "^1.0.0"
},
"peerDependenciesMeta": {
"next": {
"optional": true
},
"next-pre-css": {
"optional": true
},
"@typescript-eslint/parser": {
"optional": true
}
},
"scripts": {
"prepublishOnly": "tsc"
}
}