{ "name": "@microsoft/kiota-serialization-text", "version": "1.0.0-preview.93", "description": "Implementation of Kiota Serialization interfaces for text", "main": "dist/es/src/index.js", "browser": { "./dist/es/src/index.js": "./dist/es/src/browser/index.js", "./dist/es/src/textParseNodeFactory.js": "./dist/es/src/browser/textParseNodeFactory.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 && tsc-alias", "lint": "eslint . --ext .ts", "lint:fix": "eslint . --ext .ts --fix", "clean": "rimraf -rf ./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-typescript/kiota.git" }, "keywords": [ "kiota", "openAPI", "Microsoft", "Graph", "text" ], "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.93", "tslib": "^2.6.2" }, "publishConfig": { "access": "public" }, "browserslist": [ "defaults" ], "devDependencies": { "@types/uuid": "^10.0.0", "uuid": "^11.0.5" }, "gitHead": "23e92334e2c0bd3fb1db16044207b1b825f1a86a" }