json-schema-typed
Version:
JSONSchema TypeScript definitions.
100 lines (99 loc) • 2.4 kB
JSON
{
"name": "json-schema-typed",
"description": "JSONSchema TypeScript definitions.",
"version": "7.0.1",
"license": "bsd-2-clause",
"homepage": "https://github.com/typeslick/json-schema-typed",
"repository": {
"type": "git",
"url": "https://github.com/typeslick/json-schema-typed.git"
},
"author": {
"name": "Jay Rylan",
"url": "http://jayrylan.com/"
},
"contributors": [
{
"name": "Austin Wright",
"email": "aaa@bzfx.net"
},
{
"name": "Henry Andrews",
"email": "henry@cloudflare.com"
},
{
"name": "Geraint Luff",
"email": "luffgd@gmail.com"
},
{
"name": "Jay Rylan",
"email": "jay@jayrylan.com"
}
],
"main": "./src/index",
"keywords": [
"jsonschema",
"typescript"
],
"scripts": {
"api-check": "npm run build && api-extractor run",
"build": "pack build",
"test": "jest",
"docs": "typedoc --theme markdown --out ./api-docs ./src"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/runtime-corejs2": "^7.5.5",
"@loomble/cspell-dictionary": "^1.0.0",
"@microsoft/api-extractor": "^7.3.2",
"@pika/pack": "^0.4.0",
"@pika/plugin-build-node": "^0.4.0",
"@pika/plugin-build-types": "^0.4.0",
"@pika/plugin-build-web": "^0.4.0",
"@pika/plugin-standard-pkg": "^0.4.0",
"@types/babel__core": "^7.1.2",
"@types/jest": "^24.0.15",
"@types/jest-diff": "^20.0.1",
"@types/node": "^12.6.8",
"babel-core": "^6.26.3",
"babel-jest": "^24.8.0",
"babel-preset-slick": "^7.0.4",
"core-js": "^3.1.4",
"cspell": "^4.0.26",
"deep-sort-object": "^1.0.2",
"jest": "^24.8.0",
"jest-serializer-path": "^0.1.15",
"prettier": "^1.18.2",
"tsconfig-slick": "^3.0.2",
"tslint": "^5.18.0",
"tslint-slick": "^5.0.0",
"typedoc": "^0.14.2",
"typedoc-plugin-markdown": "^2.0.10",
"typescript": "^3.5.3",
"typescript-tslint-plugin": "^0.5.4",
"weak": "^1.0.1"
},
"@pika/pack": {
"pipeline": [
[
"@pika/plugin-standard-pkg",
{
"exclude": [
"**/__*__/**/*",
"**/website/**/*"
]
}
],
[
"@pika/plugin-build-node"
],
[
"@pika/plugin-build-web"
],
[
"@pika/plugin-build-types"
]
]
}
}