UNPKG

bicep-types

Version:

Utility library to simplify reading & writing types in a format that Bicep understands.

51 lines (50 loc) 1.4 kB
{ "name": "bicep-types", "version": "0.3.5-g7680e9355f", "description": "Utility library to simplify reading & writing types in a format that Bicep understands.", "scripts": { "build": "tsc -p .", "test": "jest", "package": "nbgv-setversion && npm run build && npm pack && nbgv-setversion --reset", "lint": "eslint src --ext ts", "lint:fix": "eslint src --ext ts --fix" }, "files": [ "/lib" ], "repository": { "type": "git", "url": "https://github.com/Azure/bicep-types" }, "readme": "https://github.com/Azure/bicep-types/readme.md", "keywords": [ "autorest", "bicep" ], "type": "module", "main": "lib/src/index.js", "exports": { ".": "./lib/src/index.js" }, "types": "lib/src/index.d.ts", "author": "Microsoft Corporation", "license": "MIT", "bugs": { "url": "https://github.com/Azure/bicep-types/issues" }, "homepage": "https://github.com/Azure/bicep-types/blob/main/README.md", "devDependencies": { "@types/jest": "^29.0.3", "@types/node": "^18.7.18", "@typescript-eslint/eslint-plugin": "^5.38.0", "@typescript-eslint/parser": "^5.38.0", "eslint": "^8.23.1", "eslint-plugin-header": "^3.1.1", "eslint-plugin-jest": "^27.0.4", "jest": "^29.0.3", "nerdbank-gitversioning": "^3.5.113", "ts-jest": "^29.0.1", "ts-node": "^10.9.1", "typescript": "^4.8.3" } }