-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.06 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
40
41
42
43
44
{
"name": "severino",
"version": "0.0.0",
"author": "INTI",
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git+https://github.com/shanwker1223/severino-lambda.git"
},
"homepage": "https://github.com/shanwker1223/severino-lambda",
"workspaces": [
"apps/*",
"libs/*"
],
"scripts": {
"esbuild": "esbuild",
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"devDependencies": {
"@nrwl/cli": "13.3.12",
"@nrwl/eslint-plugin-nx": "13.3.12",
"@nrwl/jest": "13.3.12",
"@nrwl/linter": "13.3.12",
"@nrwl/node": "^13.3.12",
"@nrwl/tao": "13.3.12",
"@nrwl/workspace": "13.3.12",
"@types/jest": "27.0.2",
"@types/node": "14.14.33",
"@typescript-eslint/eslint-plugin": "~5.3.0",
"@typescript-eslint/parser": "~5.3.0",
"esbuild": "^0.14.9",
"eslint": "8.2.0",
"eslint-config-prettier": "8.1.0",
"jest": "27.2.3",
"prettier": "^2.3.1",
"ts-jest": "27.0.5",
"typescript": "~4.4.3"
},
"dependencies": {
"tslib": "^2.0.0"
}
}