mirror of
https://github.com/dzeiocom/libs.git
synced 2025-06-20 14:39:19 +00:00
First @dzeio/config version
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
35
packages/config/package.json
Normal file
35
packages/config/package.json
Normal file
@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "@dzeio/config",
|
||||
"version": "0.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": {
|
||||
"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"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user