-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.01 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
{
"name": "shipengine-json-schema",
"version": "1.7.1",
"description": "The official JSON Schemas for ShipEngine™",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ShipEngine/shipengine-json-schema.git"
},
"keywords": [
"shipengine",
"api",
"json",
"swagger",
"schema"
],
"files": [
"requests",
"responses",
"lib",
"index.json"
],
"scripts": {
"lint": "tslint -p tsconfig.json",
"build": "tsc",
"test": "mocha",
"start": "npm run build && npm run lint && npm run test"
},
"author": {
"name": "ShipEngine",
"email": "[email protected]",
"url": "https://shipengine.com"
},
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.2.5",
"@types/json-schema": "^7.0.3",
"@types/mocha": "^5.2.7",
"@types/node": "^10.17.5",
"ajv": "^6.10.2",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"ts-node": "^8.5.2",
"tslint": "^5.20.1",
"typescript": "^3.7.2"
}
}