-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 881 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
35
36
{
"name": "Probability-js",
"version": "1.0.0",
"description": "",
"main": "examples.js",
"scripts": {
"dev": "webpack --stats=minimal --watch ./examples.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/senner007/Probability-js.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/senner007/Probability-js/issues"
},
"homepage": "https://github.com/senner007/Probability-js#readme",
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"babel-jest": "^27.5.1",
"jest": "^27.5.1",
"nodemon-webpack-plugin": "^4.7.0",
"webpack": "^5.65.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@types/jest": "^27.0.3",
"colors": "^1.4.0",
"os-browserify": "^0.3.0",
"util": "^0.12.4"
}
}