-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.47 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "braze-specification",
"version": "1.2.4",
"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.5.0",
"@commitlint/config-conventional": "19.5.0",
"@stoplight/spectral-cli": "6.13.1",
"costatus": "1.0.2",
"husky": "9.1.6",
"json-schema-it": "1.2.11",
"lint-staged": "15.2.10",
"npm-run-all": "4.1.5",
"postman-to-openapi": "3.0.1",
"prettier": "3.3.3",
"ts-node": "10.9.2",
"typescript": "5.6.3"
},
"files": [
"openapi/spec.json",
"postman/collection.json"
],
"license": "MIT"
}