{ "name": "psd2ui", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "build": "tsc -b", "watch": "tsc -w", "rollup": "rollup -c", "test": "ts-node src/index.ts --force-img --input ./test/scale-demo.psd --project-assets ./out/ --cache ./cache/cache.json --output ./out/", "help": "node dist/index.js --h", "test-init": "node dist/index.js --init --project-assets ./out/ --cache E:\\Git\\ccc-framework-3d\\tools\\psd2ui\\cache\\cache.json", "test-png9": "ts-node src/index.ts --engine-version v342 --pinyin --input ./test/png9.psd --output ./out/", "test-png9-2": "node dist/index.js --engine-version v342 --pinyin --input ./test/png9.psd --output ./out/" }, "author": "", "license": "ISC", "dependencies": { "ag-psd": "^15.0.0", "canvas": "^2.10.2", "fs-extra": "^10.1.0", "minimist": "^1.2.7", "pinyin-pro": "^3.16.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.3", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.1.0", "@rollup/plugin-typescript": "^11.1.2", "@types/fs-extra": "^9.0.13", "@types/node": "^18.11.9", "cross-env": "^7.0.3", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.35.0", "ts-node": "^10.9.1", "tslib": "^2.6.0" } }