mirror of
https://github.com/dzeiocom/libs.git
synced 2025-07-16 02:09:51 +00:00
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.10.1 to 16.10.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
37 lines
704 B
JSON
37 lines
704 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.3",
|
|
"next": "^11.1.2"
|
|
},
|
|
"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"
|
|
}
|
|
}
|