Skip to content

Commit 7185b07

Browse files
committed
chore: scaffolding the repo
1 parent e0a938a commit 7185b07

File tree

2 files changed

+5
-261
lines changed

2 files changed

+5
-261
lines changed

package-lock.json

Lines changed: 1 addition & 257 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "@ciscode/nestjs-developerkit",
3-
"version": "1.0.0",
4-
"description": "Template for NestJS developer kits (npm packages).",
2+
"name": "@ciscode/config-kit",
3+
"version": "0.0.0",
4+
"description": "Typed env config for NestJS with Zod validation at startup. Fails fast on misconfiguration. Per-module namespace injection. Most foundational backend package.",
55
"author": "CisCode",
66
"publishConfig": {
77
"access": "public"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/CISCODE-MA/"
11+
"url": "git+https://github.com/CISCODE-MA/ConfigKit.git"
1212
},
1313
"license": "MIT",
1414
"files": [

0 commit comments

Comments
 (0)