1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-22 02:42:13 +00:00
libs/packages/config/package.json
Florian Bouillon d24a550e8a
misc: Update Config deps
Signed-off-by: Avior <github@avior.me>
2022-04-05 12:21:23 +02:00

37 lines
707 B
JSON

{
"name": "@dzeio/config",
"version": "1.1.6",
"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": "^17.0.23",
"next": "^12.1.0"
},
"peerDependencies": {
"@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"
}
}