@w2a-iiot/raw-javascript-parsers
Version:
This packages contain the raw built javascript parsers for WIKA's IIoT devices.
53 lines • 1.23 kB
JSON
{
"name": "@w2a-iiot/raw-javascript-parsers",
"type": "module",
"version": "4.10.0",
"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"
},
"./*": {
"types": "./dist/*/index.d.ts",
"import": "./dist/*/index.js"
}
},
"files": [
"dist"
],
"devDependencies": {
"@swc/core": "^1.15.11",
"@types/fs-extra": "^11.0.4",
"@valibot/to-json-schema": "^1.5.0",
"ajv": "^8.17.1",
"better-ajv-errors": "^1.2.0",
"es-toolkit": "^1.44.0",
"es5-ext": "^0.10.64",
"es6-symbol": "^3.1.4",
"es7-array.prototype.includes": "^3.0.0",
"fast-glob": "^3.3.3",
"fs-extra": "^11.3.3",
"jiti": "^2.6.1",
"jszip": "^3.10.1",
"nstr": "^0.1.3",
"tiny-glob": "^0.2.9",
"tsdown": "^0.20.3",
"valibot": "^1.2.0"
},
"scripts": {
"build": "jiti ./scripts/build.ts",
"schema": "jiti ./scripts/schema.ts"
}
}