22 lines
551 B
JSON
22 lines
551 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|