{
	"name": "@microsoft/kiota-serialization-form",
	"version": "1.0.0-preview.100",
	"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",
		"prepack": "node -e \"require('fs').copyFileSync(require('path').join(process.env.npm_config_local_prefix,'LICENSE'),'LICENSE')\""
	},
	"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.100",
		"tslib": "^2.6.2"
	},
	"publishConfig": {
		"access": "public"
	},
	"browserslist": [
		"defaults"
	]
}
