| 123456789101112131415161718 |
- {
- "name": "px2rem",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "bin": "index.js",
- "scripts": {
- "build": "pkg . -t=win --public --compress=GZip"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "puppeteer": "^19.4.1"
- },
- "pkg": {
- "targets": "node18-win-x64"
- }
- }
|