ccc-tnt-psd2ui/psd2ui-tools/package.json

40 lines
1.4 KiB
JSON
Raw Normal View History

2023-07-28 06:23:31 +00:00
{
"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 --engine-version v342 --force-img --input ./test/blank.psd --project-assets ./out/ --cache ./cache/cache.json --output ./out/",
2023-07-28 06:23:31 +00:00
"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",
2023-07-28 06:23:31 +00:00
"test-png9": "ts-node src/index.ts --engine-version v342 --pinyin --input ./test/png9.psd --output ./out/",
2023-08-23 08:53:02 +00:00
"test-png9-2": "node dist/index.js --engine-version v342 --pinyin --input ./test/png9.psd --output ./out/",
"test-same-name": "ts-node src/index.ts --engine-version v342 --pinyin --input ./test/sameName.psd --output ./out/"
2023-07-28 06:23:31 +00:00
},
"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"
}
}