Update README and project cleanup

This commit is contained in:
inkling
2026-04-08 14:52:09 +08:00
commit fafd267288
71 changed files with 14865 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "dmp",
"version": "1.0.0",
"description": "DMP 客户画像与大数据标签系统",
"main": "server.js",
"scripts": {
"seed": "node db/seed.js",
"start": "node server.js",
"dev": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"better-sqlite3": "^12.8.0",
"cors": "^2.8.6",
"exceljs": "^4.4.0",
"express": "^5.2.1"
}
}