-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.93 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.93 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@docsoc/mailmerge-workspace",
"private": true,
"version": "1.3.0",
"description": "DoCSoc's most important tool: flexibly generate and send emails in bulk using templates ",
"keywords": [
"mailmerge",
"docsoc",
"datamerge"
],
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"docs": "typedoc",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "eslint . --ext .ts,.tsx"
},
"homepage": "https://github.com/icdocsoc/mailmerge#readme",
"bugs": {
"url": "https://github.com/icdocsoc/mailmerge/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/icdocsoc/mailmerge.git"
},
"license": "MIT",
"author": "Kishan Sambhi <kishansambhi@hotmail.co.uk>",
"workspaces": [
"mailmerge",
"mailmerge-cli",
"util"
],
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.24.8",
"@babel/preset-env": "^7.25.3",
"@babel/preset-react": "^7.24.7",
"@changesets/cli": "^2.30.0",
"@testing-library/react": "15.0.6",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/jest": "^29.4.0",
"@types/node": "~18.16.9",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^7.3.0",
"@typescript-eslint/parser": "^7.3.0",
"babel-jest": "^29.4.1",
"eslint": "~8.57.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-playwright": "^0.15.3",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"prettier": "^2.6.2",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typedoc": "^0.26.5",
"typescript": "~5.4.2"
}
}