-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 908 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
37
38
{
"name": "benford",
"version": "1.0.0",
"description": "this project show to use the library benford-analysis",
"main": "dist/index.js",
"scripts": {
"start:dev": "nodemon --exec ts-node src/index.ts",
"test": "jest"
},
"keywords": [
"node",
"benford",
"analysis",
"library",
"fraud",
"math"
],
"author": "jonathanthomaz",
"license": "MIT",
"dependencies": {
"benford-analysis": "^1.1.0",
"express": "^4.18.1",
"multer": "^1.4.5-lts.1"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/multer": "^1.4.7",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.1.0",
"nodemon": "^2.0.18",
"prettier": "^2.7.1",
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
}
}