xviz/modules/schema/package.json
Timothy Wojtaszek b9f05ade77 v1.0.13
2022-06-02 20:05:01 +00:00

32 lines
799 B
JSON

{
"name": "@xviz/schema",
"description": "XVIZ JSON schema",
"license": "Apache-2.0",
"version": "1.0.13",
"repository": {
"type": "git",
"url": "https://github.com/uber/xviz.git"
},
"main": "dist/es5/index.js",
"module": "dist/esm/index.js",
"esnext": "dist/es6/index.js",
"files": [
"dist",
"src"
],
"dependencies": {
"@xviz/protobufjs": "6.8.8-p1",
"ajv": "^6.5.2",
"is": "^3.2.1"
},
"devDependencies": {
"ajv-cli": "^3.0.0"
},
"scripts": {
"build-schema": "node ./build-schema",
"build-protos": "yarn pbjs --keep-case --target json --proto-path ../.. --out dist/proto.v2.json ../../xviz/v2/*.proto",
"build": "npm run build-schema && npm run build-protos"
},
"gitHead": "8e323ac31950395d3513e5e34df32c44e304c321"
}