UNPKG

@microsoft/kiota-serialization-form

Version:

Implementation of Kiota Serialization interfaces for URI from encoded

53 lines (52 loc) 1.53 kB
{ "name": "@microsoft/kiota-serialization-form", "version": "1.0.0-preview.98", "description": "Implementation of Kiota Serialization interfaces for URI from encoded", "main": "dist/es/src/index.js", "browser": { "./dist/es/src/index.js": "./dist/es/src/browser/index.js", "./dist/es/src/formParseNodeFactory.js": "./dist/es/src/browser/formParseNodeFactory.js" }, "module": "dist/es/src/index.js", "types": "dist/es/src/index.d.ts", "type": "module", "scripts": { "build": "npm run build:esm", "build:esm": "tsc -b && tsc-alias", "lint": "eslint . --ext .ts", "lint:fix": "eslint . --ext .ts --fix", "clean": "rimraf ./dist", "test:browser": "vitest run --browser.name=chrome --browser.headless --browser.provider=webdriverio", "test:node": "vitest --run", "test:coverage": "vitest run --coverage.enabled --coverage.provider=istanbul", "test": "npm run test:node && npm run test:browser" }, "repository": { "type": "git", "url": "git://github.com/microsoft/kiota-typescript.git" }, "keywords": [ "kiota", "openAPI", "Microsoft", "Graph", "form" ], "author": "Microsoft", "license": "MIT", "bugs": { "url": "https://github.com/microsoft/kiota-typescript/issues" }, "homepage": "https://github.com/microsoft/kiota-typescript#readme", "dependencies": { "@microsoft/kiota-abstractions": "^1.0.0-preview.98", "tslib": "^2.6.2" }, "publishConfig": { "access": "public" }, "browserslist": [ "defaults" ], "gitHead": "0bf1a29ca979272475afc5c5caf40f65a73830e4" }