UNPKG

@w2a-iiot/parsers

Version:
35 lines 714 B
{ "name": "@w2a-iiot/parsers", "type": "module", "version": "3.2.1", "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.ts", "import": "./dist/index.js" } }, "main": "./dist/index.js", "files": [ "dist" ], "peerDependencies": { "valibot": "^1.1.0" }, "scripts": { "build": "tsup --clean --splitting", "stub": "tsup --watch" } }