-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.06 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
{
"name": "wmt-marketplace-auth",
"version": "2.1.14",
"description": "Generate the authentication headers required by Walmart Marketplace API.",
"main": "index.js",
"directories": {
"lib": "./lib",
"test": "./test"
},
"types": "./index",
"scripts": {
"build": "rimraf ./lib/ && tsc -p ."
},
"repository": {
"type": "git",
"url": "https://github.com/makanaleu/wmt-marketplace-auth.git"
},
"keywords": [
"Walmart",
"API",
"SDK",
"marketplace",
"authentication"
],
"author": "Kane McConnell <kane@makanal.eu>",
"license": "MIT",
"bugs": {
"url": "https://github.com/makanaleu/wmt-marketplace-auth/issues"
},
"homepage": "https://github.com/makanaleu/wmt-marketplace-auth#readme",
"devDependencies": {
"ts-node": "5.0.1",
"typescript": "2.8.1",
"tslint": "5.9.1",
"mocha": "5.0.5",
"chai": "4.1.2",
"nyc": "11.6.0",
"rimraf": "2.6.2",
"@types/mocha": "5.0.0",
"@types/chai": "4.1.2",
"@types/node": "9.6.2",
"@types/uuid": "3.3.3",
"node-readme": "0.1.9"
}
}