Skip to content

Commit 9d89cd2

Browse files
diff-schema tool
1 parent ef9f1da commit 9d89cd2

File tree

5 files changed

+1003
-0
lines changed

5 files changed

+1003
-0
lines changed

diff-schema/package-lock.json

Lines changed: 45 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

diff-schema/package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "diff-schema",
3+
"version": "1.0.0",
4+
"main": "diff-schema.js",
5+
"type": "commonjs",
6+
"scripts": {
7+
"diff-schema": "npx tsc && node lib/diff-schema.js",
8+
"test": "echo \"Error: no test specified\" && exit 1"
9+
},
10+
"keywords": [],
11+
"author": "",
12+
"license": "ISC",
13+
"description": "",
14+
"dependencies": {
15+
"@types/node": "^24.6.0",
16+
"typescript": "^5.9.2"
17+
}
18+
}

0 commit comments

Comments
 (0)