forked from dittofeed/dittofeed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.2 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
{
"name": "dittofeed",
"version": "0.0.3",
"description": "Developer first, open source customer engagement platform.",
"repository": "[email protected]:ideamarketinc/marketing-automation.git",
"author": "Max Gurewitz <[email protected]>, Chandler Craig <[email protected]>",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"admin": "yarn workspace admin-cli cli \"$@\""
},
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.2.6",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.60.0",
"eslint": "^8.43.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"jest": "^29.4.0",
"jest-expect-message": "^1.1.3",
"prettier": "^2.8.3",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"packageManager": "[email protected]"
}