first commit
This commit is contained in:
21
json-class-interface/package.json
Normal file
21
json-class-interface/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user