{ "name": "@automaker/spec-parser", "version": "1.0.0", "type": "module", "description": "XML spec parser for AutoMaker - parses and generates app_spec.txt XML", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "scripts": { "build": "tsc", "watch": "tsc --watch", "test": "vitest run", "test:watch": "vitest" }, "keywords": [ "automaker", "spec-parser", "xml" ], "author": "AutoMaker Team", "license": "SEE LICENSE IN LICENSE", "engines": { "node": ">=22.0.0 <23.0.0" }, "dependencies": { "@automaker/types": "1.0.0", "fast-xml-parser": "^5.3.3" }, "devDependencies": { "@types/node": "22.19.3", "typescript": "5.9.3", "vitest": "4.0.16" } }