UNPKG

@shko.online/dataverse-odata

Version:

This package will help parse OData strings (only the Microsoft Dataverse subset). It can be used as a validator, or you can build some javascript library which consumes the output of this library.

79 lines (78 loc) 2.79 kB
{ "name": "@shko.online/dataverse-odata", "version": "0.1.4", "description": "This package will help parse OData strings (only the Microsoft Dataverse subset). It can be used as a validator, or you can build some javascript library which consumes the output of this library.", "scripts": { "build": "npm run lint && node ../scripts/build.js", "lint": "eslint", "tsc": "tsc --project tsconfig.build.json", "test": "jest --coverage --maxWorkers=4", "semantic-release": "semantic-release" }, "exports": { ".": { "require": "./lib/cjs/index.js", "import": "./lib/esm/index.js", "types": "./lib/ts3.9/index.d.ts" } }, "main": "lib/cjs/index.js", "module": "lib/esm/index.mjs", "types": "lib/ts3.9/index.d.ts", "typesVersions": { "<3.8": { "lib/ts3.9/*": [ "lib/ts3.4/*" ] } }, "repository": "https://github.com/shko-online/dataverse-odata", "keywords": [ "odata", "dataverse", "made-in-albania" ], "author": "Shko Online <sales@shko.online> (https://shko.online);Betim Beja", "license": "MIT", "bugs": { "url": "https://github.com/shko-online/dataverse-odata/issues" }, "homepage": "https://github.com/shko-online/dataverse-odata#readme", "devDependencies": { "@babel/cli": "^7.20.7", "@babel/core": "^7.20.12", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-decorators": "^7.20.13", "@babel/plugin-proposal-export-default-from": "^7.18.10", "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@babel/plugin-proposal-private-methods": "^7.18.6", "@babel/plugin-proposal-private-property-in-object": "^7.20.5", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-transform-runtime": "^7.19.6", "@babel/preset-env": "^7.20.2", "@babel/preset-flow": "^7.18.6", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@emotion/babel-plugin": "^11.10.5", "@jest/globals": "^29.4.2", "@semantic-release/changelog": "^6.0.2", "@semantic-release/commit-analyzer": "^9.0.2", "@semantic-release/exec": "^6.0.3", "@semantic-release/git": "^10.0.1", "@semantic-release/npm": "^9.0.2", "@semantic-release/release-notes-generator": "^10.0.3", "@storybook/babel-plugin-require-context-hook": "^1.0.1", "@typescript-eslint/eslint-plugin": "^5.40.1", "@typescript-eslint/parser": "^5.40.1", "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-macros": "^3.1.0", "copyfiles": "^2.4.1", "eslint": "^8.25.0", "jest": "^29.2.1", "jest-environment-jsdom": "^29.2.1", "semantic-release": "^20.1.0", "ts-jest": "^29.0.3", "ts-node": "^10.9.1", "typescript": "^4.8.4" } }