1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-22 19:02:14 +00:00
libs/packages/config/package.json
Florian Bouillon 91e44c4033
bump(config): v1.1.12
Signed-off-by: Avior <f.bouillon@aptatio.com>
2022-12-22 10:48:03 +01:00

42 lines
814 B
JSON

{
"name": "@dzeio/config",
"version": "1.1.12",
"description": "global configuration files for programming",
"author": "Avior",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dzeiocom/libs.git",
"directory": "packages/config"
},
"devDependencies": {
"@dzeio/object-util": "^1",
"@types/node": "^18",
"next": "^12"
},
"peerDependencies": {
"@dzeio/object-util": ">=1.4.2",
"@typescript-eslint/parser": ">=5.18.0",
"next": ">=12.1.0",
"next-pre-css": ">=1.0.0"
},
"peerDependenciesMeta": {
"next": {
"optional": true
},
"next-pre-css": {
"optional": true
},
"@typescript-eslint/parser": {
"optional": true
}
},
"scripts": {
"prepublishOnly": "tsc",
"build": "tsc --noEmit"
},
"dependencies": {
"package.json": "^2.0.1"
}
}