Files
tyx_AI_xhs/packages/asset-compiler/package.json
T
suyx 4d1ec8ba7e
Dada P0-A isolated Windows CI / validate-and-package (push) Failing after 1m5s
feat: complete TASK-WP5-03 asset allowlist
2026-08-03 18:24:16 +08:00

24 lines
519 B
JSON

{
"name": "@dada/asset-compiler",
"version": "0.0.0",
"private": true,
"type": "module",
"exports": {
".": "./dist/index.js"
},
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc -p tsconfig.json",
"typecheck": "tsc --noEmit -p tsconfig.json",
"compile": "node dist/cli.js"
},
"dependencies": {
"@dada/static-sticker-catalog": "workspace:*",
"@dada/template-registry": "workspace:*",
"csv-parse": "7.0.2"
},
"devDependencies": {
"typescript": "7.0.2"
}
}