-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.39 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
{
"name": "bas-modules-account-profile-maker",
"version": "1.11.0",
"main": "index.js",
"type": "commonjs",
"private": true,
"repository": "https://github.com/sergerdn/bas-modules-account-profile-maker",
"author": "sergerdn <[email protected]>",
"license": "MIT",
"scripts": {
"format": "prettier --write \"scripts/*.js\" ",
"lint:fix": "eslint \"scripts/*.js\" --fix",
"lint": "eslint \"scripts//*.js\"",
"tests:unit": "jest",
"tests:watch": "jest --watch",
"tests:cov": "jest --coverage"
},
"dependencies": {
"@faker-js/faker": "^8.2.0",
"node-stream-zip": "^1.15.0",
"papaparse": "^5.4.1",
"unique-names-generator": "^4.7.1"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.1",
"@semantic-release/npm": "^11.0.0",
"@semantic-release/release-notes-generator": "^12.0.0",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-prettier": "^5.0.1",
"jest": "29.7.0",
"npm-check-updates": "^16.14.6",
"prettier": "^3.0.3",
"prettier-plugin-sort-imports": "^1.7.2",
"semantic-release": "^22.0.6",
"typescript": "^5.2.2"
}
}