UNPKG

braze-specification

Version:
55 lines (54 loc) 1.51 kB
{ "name": "braze-specification", "version": "1.3.10", "description": "Braze API specification.", "author": "Mark <mark@remarkablemark.org>", "scripts": { "build": "run-s migrations:postman postman-to-openapi migrations:openapi", "clean": "rm -rf .cache openapi/spec.json", "lint": "spectral lint openapi/spec.json --display-only-failures", "lint:tsc": "tsc --noEmit", "migrations:openapi": "ts-node openapi/migrations", "migrations:postman": "ts-node postman/migrations", "postman-to-openapi": "p2o postman/collection.json --file openapi/spec.json --options postman-to-openapi.json", "prepare": "husky" }, "repository": { "type": "git", "url": "https://github.com/braze-community/braze-specification" }, "bugs": { "url": "https://github.com/braze-community/braze-specification/issues" }, "keywords": [ "braze", "specification", "api", "rest", "appboy", "openapi", "spec", "postman", "collection", "json" ], "devDependencies": { "@commitlint/cli": "19.8.1", "@commitlint/config-conventional": "19.8.1", "@stoplight/spectral-cli": "6.15.0", "costatus": "1.0.2", "husky": "9.1.7", "json-schema-it": "1.2.16", "lint-staged": "16.1.0", "npm-run-all": "4.1.5", "postman-to-openapi": "3.0.1", "prettier": "3.5.3", "ts-node": "10.9.2", "typescript": "5.8.3" }, "files": [ "openapi/spec.json", "postman/collection.json" ], "license": "MIT" }