first commit

This commit is contained in:
编码猿
2024-09-27 01:15:47 +08:00
commit 8be1fcce6b
155 changed files with 9435 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "json-class-interface",
"version": "1.1.7",
"description": "将json数据自动转换为class或interface",
"main": "dist/index.js",
"scripts": {
"dev": "clear && ts-node example.ts",
"build": "tsc -w",
"publish": "npm publish",
"git": "git add -A && git commit -m '提交' && git pull && git push ",
"push": "npm run git && npm run publish "
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.7.2",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
}
}