-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.36 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
55
56
{
"name": "nalunch-sdk",
"version": "1.3.1",
"license": "GPL-3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"lint": "tslint -p tsconfig.test.json -t stylish",
"lint:fix": "yarn lint --fix",
"pretty": "prettier './{src,__tests__}/**/*.ts' --check",
"pretty:fix": "yarn pretty --write",
"test": "jest --reporters=default"
},
"dependencies": {
"autobind-decorator": "^2.4.0",
"axios": "^0.19.0",
"moment": "^2.24.0",
"qs": "^6.7.0",
"slugify": "^1.3.4"
},
"devDependencies": {
"@types/jest": "^24.0.15",
"@types/node": "^12.6.8",
"@types/qs": "^6.5.3",
"husky": "^3.0.1",
"jest": "^24.8.0",
"jest-create-mock-instance": "^1.1.0",
"jest-junit": "^6.4.0",
"jsverify": "^0.8.4",
"lint-staged": "^9.2.0",
"prettier": "^1.18.2",
"reflect-metadata": "^0.1.13",
"ts-jest": "^24.0.2",
"ts-node": "^8.3.0",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.5.3"
},
"author": "Michał Budziak",
"homepage": "https://nalunch.com/",
"repository": {
"type": "git",
"url": "https://github.com/budziam/nalunch-sdk-js.git"
},
"bugs": {
"url": "https://github.com/budziam/nalunch-sdk-js/issues"
},
"keywords": [
"nalunch",
"nalunchcom",
"sdk",
"typescript",
"food"
]
}