-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.29 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
{
"name": "logstore-node",
"version": "0.0.1",
"description": "Log Store Node",
"repository": "[email protected]:usherlabs/logstore.git",
"homepage": "https://logstore.usher.so",
"author": "Ryan Soury <[email protected]>",
"license": "GPL-3.0",
"scripts": {
"lsn": "node ./packages/core/dist/bin/logstore-broker.js",
"build": "npx turbo run build --force",
"clean": "del packages/*/node_modules packages/*/dist node_modules",
"format": "prettier --write \"**/*.{js,jsx,mjs,ts,tsx,json,css,scss,md,sol}\""
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@tsconfig/node16": "^1.0.3",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"del-cli": "^5.0.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.9.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.0",
"prettier-2": "npm:prettier@^2",
"prettier-plugin-solidity": "^1.1.3",
"turbo": "^1.12.4",
"typescript": "^5.3.3"
}
}