{ "name": "updaterweblibrary", "version": "1.0.0", "description": "OTA Updater App frontend library", "repository": { "type": "git", "url": "git@git.emaker.limited:MicrocontrollerCD/UpdaterWebLibrary.git" }, "license": "MIT", "author": "chopster44", "type": "commonjs", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/types/index.d.ts", "exports": { ".": { "require": "./dist/cjs/index.js", "import": "./dist/esm/index.js" } }, "files": [ "dist" ], "scripts": { "build:types": "tsc -p tsconfig.json --emitDeclarationOnly", "build": "rm -rf ./dist && npm run build:types && rollup -c", "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "@rollup/plugin-typescript": "^12.1.4", "rollup": "^4.52.5", "tslib": "^2.8.1", "typescript": "^5.9.3", "vitest": "^3.2.4" } }