Files
tyx_AI_xhs/packages/asset-compiler/package.json
T

23 lines
473 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:*",
"csv-parse": "7.0.2"
},
"devDependencies": {
"typescript": "7.0.2"
}
}