Blame view

Antis.Erp.Plat/sy/package.json 340 Bytes
f946e9dd   hexiaodong   hhh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  {
    "name": "sy-pos-system",
    "version": "1.0.0",
    "description": "收银台 POS 系统",
    "scripts": {
      "server": "python3 -m http.server 8888",
      "server:3001": "python3 start_server.py",
      "start": "python3 -m http.server 8888"
    },
    "keywords": [
      "pos",
      "cashier",
      "vue"
    ],
    "author": "",
    "license": "ISC"
  }