dazscript-types
Version:
Daz Studio Scripting Types
46 lines (45 loc) • 1.19 kB
JSON
{
"name": "dazscript-types",
"version": "1.0.5",
"author": "Freddy Diaz",
"license": "MPL-2.0",
"description": "Daz Studio Scripting Types",
"types": "src/types/",
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"sync": "npm run sync:html --",
"sync:html": "ts-node src/sync/syncHtml.ts",
"sync:extract-augments": "ts-node src/sync/extractAugments.ts",
"sync:prune-augments": "ts-node src/sync/pruneAugments.ts",
"sync:recover-errors": "ts-node src/sync/recoverAugmentsFromErrors.ts",
"sync:all": "npm run sync:html --",
"scaffold": "ts-node src/sync/scaffold.ts",
"test": "vitest run",
"test:daz-image-types": "tsc --noEmit --project tsconfig.daz-image-smoke.json",
"test:watch": "vitest"
},
"files": [
"src/types/"
],
"main": "src/types/",
"keywords": [
"daz3d",
"daz studio",
"daz script",
"dson",
"dsa",
"dse"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fjdiazt/dazscript-types.git"
},
"devDependencies": {
"@types/node": "^22.10.7",
"axios": "^1.16.1",
"cheerio": "^1.0.0",
"ts-node": "^10.9.2",
"vitest": "^4.1.0"
}
}