多维表格
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
509 B

{
"name": "nc-mail-templates",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"generate": "pnpm build && scripts/move_templates.sh",
"build": "tsx ./src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"html-entities-decoder": "^1.0.5",
"typescript": "^5.3.3",
"vue-extensible-mail": "^0.0.3 "
},
"devDependencies": {
"tsx": "^4.10.4",
"@types/html-entities-decoder": "^1.0.2"
}
}