-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.05 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
{
"name": "jsvrx-monorepo",
"private": true,
"version": "1.1.4",
"author": "Nikolay Postnikov <[email protected]>",
"scripts": {
"build": "tsc -p packages/jsvrx/tsconfig.json && tsc -p packages/jsvrx-ajv/tsconfig.json && tsc -p packages/jsvrx-djv/tsconfig.json",
"lint": "eslint",
"test": "jest",
"test:coverage": "jest --coverage",
"test:coveralls": "jest --coverage --coverageReporters=text-lcov | coveralls"
},
"devDependencies": {
"@types/djv": "^2.1.0",
"@types/jest": "^26.0.10",
"@types/json-schema": "^7.0.5",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"ajv": "^6.12.4",
"coveralls": "^3.1.0",
"djv": "^2.1.3-alpha.0",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-no-null": "^1.0.2",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-tsdoc": "^0.2.6",
"jest": "^26.4.2",
"prettier": "^2.0.5",
"rxjs": "^6.6.2",
"ts-jest": "^26.2.0",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
}
}