-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.65 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
44
45
46
47
48
49
{
"name": "@logsn/monorepo",
"version": "0.0.1",
"description": "Log Store Repository",
"repository": "git@github.com:usherlabs/logstore.git",
"homepage": "https://logstore.usher.so",
"author": "Ryan Soury <ryan@usher.so>",
"license": "GPL-3.0",
"private": true,
"#NoteOnPrettierScript": "see https://github.com/jestjs/jest/issues/14305#issuecomment-1669162195",
"scripts": {
"modules": "git submodule init && git submodule update",
"clean": "del packages/*/node_modules packages/*/dist node_modules",
"build": "npx turbo run build --force",
"format": "node_modules/prettier/bin/prettier.cjs --write \"**/*.{js,jsx,mjs,ts,tsx,json,css,scss,md,sol}\""
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@tsconfig/node20": "^20.1.4",
"@types/jest": "^29.5.0",
"@types/node": "^20.12.4",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"del-cli": "^5.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-unused-imports": "^3.1.0",
"husky": "^8.0.3",
"jest": "^29.4.3",
"jest-extended": "^3.2.4",
"lint-staged": "^13.1.2",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.8",
"prettier-2": "npm:prettier@^2",
"prettier-plugin-solidity": "^1.1.3",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.1",
"tslib": "^2.5.0",
"turbo": "^1.12.4",
"typescript": "^5.3.3"
}
}