zhengyiming
2025-03-13 07d73df3d817d01ce47f6c7b7a8d8514cd389295
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
{
  "name": "@life-payment/core",
  "main": "src/index.ts",
  "module": "./src/index.ts",
  "source": "./src/index.ts",
  "version": "0.0.3",
  "scripts": {
    "dev": "modern dev",
    "build": "modern build",
    "build:watch": "modern build -w",
    "release": "pnpm build && release-it --config ../../.release-it.json --git.tagName='core/v${version}'",
    "release-patch": "pnpm release -- patch"
  },
  "files": [
    "dist"
  ],
  "devDependencies": {
    "@modern-js/module-tools": "2.49.3",
    "axios": "1.4.0"
  },
  "peerDependencies": {
    "axios": "*"
  },
  "publishConfig": {
    "types": "./dist/types/index.d.ts",
    "main": "./dist/lib/index.js",
    "module": "./dist/es/index.js"
  }
}