-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.04 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
{
"name": "@openxmldev/linq-to-ooxml",
"version": "0.10.0",
"license": "MIT",
"scripts": {
"build": "nx run linq-to-ooxml:build",
"test": "nx run linq-to-ooxml:test",
"document": "typedoc --out ./docs --tsconfig ./packages/linq-to-ooxml/tsconfig.lib.json ./packages/linq-to-ooxml/src"
},
"private": true,
"dependencies": {
"@openxmldev/linq-to-xml": "^0.10.0",
"tslib": "^2.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"@nrwl/cli": "14.3.6",
"@nrwl/eslint-plugin-nx": "14.3.6",
"@nrwl/jest": "14.3.6",
"@nrwl/js": "14.3.6",
"@nrwl/linter": "14.3.6",
"@nrwl/tao": "14.3.6",
"@nrwl/workspace": "14.3.6",
"@types/jest": "27.4.1",
"@types/node": "^14.14.33",
"@typescript-eslint/eslint-plugin": "5.24.0",
"@typescript-eslint/parser": "5.24.0",
"babel-jest": "27.5.1",
"eslint": "8.15.0",
"eslint-config-prettier": "8.1.0",
"jest": "27.5.1",
"prettier": "2.6.2",
"ts-jest": "27.1.4",
"typedoc": "^0.23.5",
"typescript": "4.7.4"
}
}