-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 972 Bytes
/
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
{
"name": "merchi_sdk_ts",
"version": "1.0.53",
"main": "dist/index.js",
"type": "module",
"repository": "[email protected]:merchisdk/merchi_sdk_ts.git",
"author": "Daniel Collins <[email protected]>, James Campton <[email protected]>, Cheng Yu <[email protected]>",
"license": "GPL-3.0",
"scripts": {
"build": "tsc",
"test": "jest --coverage"
},
"devDependencies": {
"@types/jest": "^28.0.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.30.5",
"eslint": "^8.19.0",
"jest": "^28.0.0",
"ts-jest": "^28.0.0",
"typescript": "^4.3.0"
},
"dependencies": {
"@types/lodash": "^4.14.141",
"@types/moment-timezone": "^0.5.12",
"@types/node": "^16.0.0",
"browser-or-node": "2.1.1",
"jest-environment-jsdom": "^28.1.3",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"moment-timezone": "^0.5.27",
"path": "^0.12.7",
"reflect-metadata": "^0.1.13"
}
}