1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-05-28 12:09:55 +00:00
libs/packages/config/package.json
Florian Bouillon 3d02a29bc5
Move to NPM (#32)
* Update workflow

Signed-off-by: Avior <github@avior.me>

* Fixed parcel version

Signed-off-by: Avior <github@avior.me>

* Some more fixes

Signed-off-by: Avior <github@avior.me>

* Removed console.memory

Signed-off-by: Avior <github@avior.me>

* Update

Signed-off-by: Avior <github@avior.me>

* fuck windows

Signed-off-by: Avior <github@avior.me>

* bump config for better node 12 support

Signed-off-by: Avior <github@avior.me>
2021-09-28 15:57:36 +02:00

38 lines
730 B
JSON

{
"name": "@dzeio/config",
"version": "1.1.4",
"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.10.1",
"next": "^11.1.2",
"typescript": "^4.3.5"
},
"peerDependencies": {
"@typescript-eslint/parser": "^4.28.2",
"next": "^11.1.2",
"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"
}
}