-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
53 lines (53 loc) · 1.4 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
{
"name": "kayvee",
"description": "Write data to key=val pairs, for human and machine readability",
"version": "3.18.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/Clever/kayvee-js"
},
"dependencies": {
"js-yaml": "^3.6.1",
"jsonschema": "^1.1.0",
"morgan": "^1.7.0",
"qs": "^6.9.4",
"split": "^1.0.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"@clever/prettier-config": "1.0.0",
"@types/mocha": "^8.0.3",
"@types/node": "^12.12.68",
"@typescript-eslint/eslint-plugin": "^5.2.0",
"@typescript-eslint/parser": "^5.2.0",
"babel-eslint": "^6.0.2",
"benchmark": "^2.1.1",
"eslint": "^7.11.0",
"eslint-config-airbnb": "^7.0.0",
"eslint-config-prettier": "^6.12.0",
"eslint-formatter-summary": "^1.1.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.1.2",
"express": "^4.13.4",
"mocha": "^3.5.3",
"prettier": "2.1.2",
"sinon": "^1.17.4",
"supertest": "^1.2.0",
"ts-node": "^9.0.0",
"typescript": "^3.9.10"
},
"scripts": {
"test": "make -Br test",
"prepublish": "make build"
},
"author": "Clever <[email protected]>",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/Clever/kayvee-js/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}