-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 760 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 760 Bytes
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
{
"name": "ecolect-base",
"private": true,
"license": "MIT",
"workspaces": [
"packages/*",
"languages/*"
],
"scripts": {
"apidocs": "typedoc",
"test": "lerna run test",
"build": "lerna run build",
"lint": "eslint --ext .ts,.tsx ."
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.1",
"@typescript-eslint/eslint-plugin": "^4.26.0",
"@typescript-eslint/parser": "^4.26.0",
"eslint": "^7.28.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsdoc": "^35.1.2",
"eslint-plugin-tsdoc": "^0.2.14",
"jest": "^27.0.3",
"lerna": "^4.0.0",
"ts-jest": "^27.0.1",
"typedoc": "^0.21.0-beta.2",
"typescript": "^4.3.2"
}
}