| | |
| | | "private": true, |
| | | "main": "src/index.ts", |
| | | "module": "./src/index.ts", |
| | | "types": "./dist/types/index.d.ts", |
| | | "version": "0.0.1", |
| | | "scripts": { |
| | | "dev": "modern dev", |
| | | "build": "modern build", |
| | | "build:watch": "modern build -w" |
| | | }, |
| | | "files": [ |
| | | "dist" |
| | | ], |
| | | "devDependencies": { |
| | | "@life-payment/core": "workspace:^", |
| | | "@modern-js/module-tools": "2.49.3", |
| | | "vue": "3.5.12" |
| | | }, |
| | | "peerDependencies": { |
| | | "@life-payment/core": "*", |
| | | "vue": "3.5.12" |
| | | }, |
| | | "publishConfig": { |
| | | "access": "public", |
| | | "registry": "https://registry.npmjs.org/", |
| | | "types": "./dist/types/index.d.ts", |
| | | "main": "./dist/lib/index.js", |
| | | "module": "./dist/es/index.js" |
| | | } |
| | | } |