chenyc
2024-10-15 03a15115d254011191018a8e7796f304d235a8ce
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "name": "tizhifenxiyi",
  "version": "1.0.0",
  "description": "",
  "main": "app.js",
  "bin": "",
  "scripts": {
    "start": "node app.js",
    "dev": "nodemon app.js",
    "build": "ncc build app.js -o dist",
    "dev:prod":"node dist/index.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@alicloud/facebody20191230": "^5.1.2",
    "@alicloud/viapi-utils": "^1.0.0",
    "body-parser": "^1.20.3",
    "express": "^4.21.1",
    "mysql2": "^3.11.3",
    "pkg": "^5.8.1"
  },
  "devDependencies": {
    "nodemon": "^3.1.7"
  },
  "pkg": {
    "scripts": "app.js",
    "assets": "public/**/*"
  }
}