This repository has been archived by the owner on Apr 25, 2024. It is now read-only.
forked from usherlabs/logstore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.56 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": "@logsn/monorepo",
"version": "0.0.1",
"description": "Log Store Repository",
"repository": "[email protected]:usherlabs/logstore.git",
"homepage": "https://logstore.usher.so",
"author": "Ryan Soury <[email protected]>",
"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 --filter=!./packages/validator",
"build:experimental": "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/node16": "^1.0.3",
"@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",
"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",
"turbo": "^1.12.4",
"typescript": "^5.3.3"
}
}