-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 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
35
36
37
{
"name": "fxl.js",
"version": "0.0.0",
"license": "Apache-2.0 License",
"scripts": {
"build": "yarn nx build core",
"publish-to-npm": "yarn build && cd dist/packages/core && yarn publish --access public",
"docs": "yarn build && cd packages/core/src && npx typedoc index.ts --out ../../../docs --readme ../../../README.md"
},
"private": true,
"dependencies": {
"exceljs": "^4.3.0",
"ts-results": "^3.3.0",
"tslib": "^2.0.0"
},
"devDependencies": {
"@nrwl/cli": "12.9.0",
"@nrwl/eslint-plugin-nx": "12.9.0",
"@nrwl/jest": "12.9.0",
"@nrwl/linter": "12.9.0",
"@nrwl/node": "^12.9.0",
"@nrwl/tao": "12.9.0",
"@nrwl/workspace": "12.9.0",
"@types/jest": "26.0.24",
"@types/node": "14.14.33",
"@types/temp": "^0.9.1",
"@typescript-eslint/eslint-plugin": "~4.28.3",
"@typescript-eslint/parser": "~4.28.3",
"eslint": "7.22.0",
"eslint-config-prettier": "8.1.0",
"jest": "27.0.3",
"prettier": "^2.3.1",
"temp": "^0.9.4",
"ts-jest": "27.0.3",
"typescript": "~4.3.5"
}
}