UNPKG

2.17 kBJSONView Raw
1{
2 "name": "groupby-api",
3 "version": "2.5.2",
4 "description": "Client for the GroupBy Searchandiser API.",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/groupby/api-javascript.git"
8 },
9 "bugs": {
10 "url": "https://github.com/groupby/api-javascript/issues"
11 },
12 "homepage": "https://github.com/groupby/api-javascript#readme",
13 "author": "Ben Teichman <ben.teichman@groupbyinc.com>",
14 "license": "MIT",
15 "main": "dist/index.js",
16 "module:esnext": "esnext/index.js",
17 "typings": "dist/index.d.ts",
18 "files": [
19 "dist/",
20 "esnext/",
21 "src/"
22 ],
23 "scripts": {
24 "start": "start-runner -p re-start/presets/typescript",
25 "esnext": "npm start build -- -- --compileOpts.configFile tsconfig.esnext.json --outDir esnext",
26 "dev": "npm start dev",
27 "test": "npm start test",
28 "tdd": "npm start tdd",
29 "prepush": "npm start prepush",
30 "prepublish": "npm start build && npm run esnext"
31 },
32 "release": {
33 "branch": "develop",
34 "verifyConditions": "condition-circle"
35 },
36 "config": {
37 "commitizen": {
38 "path": "./node_modules/cz-conventional-changelog"
39 },
40 "restart": {
41 "testFiles": [
42 "test/bootstrap.ts",
43 "test/unit/**/*.ts"
44 ],
45 "releaseOpts": {
46 "public": true
47 }
48 }
49 },
50 "devDependencies": {
51 "@types/chai": "^4.0.0",
52 "@types/mocha": "^2.2.41",
53 "@types/sinon": "^2.3.1",
54 "@types/sinon-chai": "^2.7.28",
55 "chai": "^4.0.2",
56 "condition-circle": "^1.5.0",
57 "cz-conventional-changelog": "^2.0.0",
58 "fetch-mock": "^5.13.1",
59 "husky": "^0.13.4",
60 "mocha": "^3.4.2",
61 "mocha-suite": "^1.0.9",
62 "re-start": "^1.14.8",
63 "sinon": "^2.3.2",
64 "sinon-chai": "^2.10.0",
65 "start-simple-cli": "^4.1.1",
66 "tslint": "^5.4.3",
67 "tslint-config-groupby": "^1.0.0",
68 "typescript": "^2.3.4",
69 "typings": "^2.1.1",
70 "xhr-mock": "^1.9.0"
71 },
72 "dependencies": {
73 "@types/clone": "^0.1.30",
74 "@types/deep-equal": "^0.0.30",
75 "@types/qs": "^6.2.30",
76 "clone": "^1.0.2",
77 "deep-equal": "^1.0.1",
78 "fetch-ponyfill": "^4.1.0",
79 "filter-object": "^2.1.0",
80 "qs": "^6.1.0"
81 }
82}
\No newline at end of file