UNPKG

@w2a-iiot/parsers

Version:
39 lines 795 B
{ "name": "@w2a-iiot/parsers", "type": "module", "version": "4.10.0", "description": "WIKA JavaScript parsers", "author": "WIKA Alexander Wiegand SE & Co. KG", "license": "MIT", "repository": { "directory": "packages/parsers", "type": "git", "url": "git+https://github.com/WIKA-Group/javascript_parsers.git" }, "keywords": [ "WIKA", "IIoT", "javascript-parsers" ], "exports": { ".": { "types": "./dist/index.d.mts", "import": "./dist/index.mjs" } }, "main": "./dist/index.mjs", "types": "./dist/index.d.mts", "files": [ "dist" ], "peerDependencies": { "valibot": ">=1.1.0 <2.0.0" }, "devDependencies": { "tsdown": "^0.20.3" }, "scripts": { "build": "tsdown", "stub": "tsdown --watch" } }