-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 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
39
{
"name": "laudspeaker",
"version": "0.0.1",
"description": "Please see the laudspeaker-js docs for more information.",
"root": true,
"workspaces": [
"packages/core",
"packages/laudspeaker-js",
"packages/react",
"packages/react-native"
],
"private": true,
"scripts": {
"lint": "eslint --ignore-path ./.gitignore . && prettier -c --ignore-path ./.gitignore .",
"lint:fix": "eslint --fix --ignore-path ./.gitignore . && prettier --write --ignore-path ./.gitignore ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/laudspeaker/laudspeaker-js.git"
},
"keywords": [],
"license": "ISC",
"bugs": {
"url": "https://github.com/laudspeaker/laudspeaker-js/issues"
},
"homepage": "https://github.com/laudspeaker/laudspeaker-js#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^2.8.7"
}
}