-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 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
{
"name": "molasses-node",
"version": "0.1.2",
"description": "A Node (with TypeScript support) SDK for Molasses. It allows you to evaluate user's status for a feature. It also helps simplify logging events for A/B testing.",
"main": "index.js",
"scripts": {
"build": "lerna run build",
"test": "jest",
"version": "lerna version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/molassesapp/molasses-node.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/molassesapp/molasses-node/issues"
},
"homepage": "https://github.com/molassesapp/molasses-node#readme",
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.14.7",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.14.5",
"@types/jest": "^26.0.24",
"@typescript-eslint/eslint-plugin": "^4.28.2",
"@typescript-eslint/parser": "^4.28.2",
"babel-jest": "^27.0.6",
"eslint": "^7.30.0",
"eventsourcemock": "^2.0.0",
"jest": "^27.0.6",
"jest-mock-axios": "^4.4.0",
"lerna": "^4.0.0",
"mocksse": "^1.0.3",
"prettier": "^2.3.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"ts-jest": "^27.0.3",
"typescript": "^4.3.5"
},
"dependencies": {
"axios": "^0.21.1",
"axios-retry": "^3.1.9",
"core-js": "^3.15.2",
"express": "^4.17.1"
}
}