-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 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
38
39
40
41
{
"name": "@smitpatelx/string-utils",
"version": "0.0.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/smitpatelx/string-utils/"
},
"directories": {
"bin": "./dist/packages/string-utils"
},
"scripts": {
"start": "./node_modules/nx/bin/nx.js serve",
"build": "./node_modules/nx/bin/nx.js build",
"test": "./node_modules/nx/bin/nx.js test"
},
"dependencies": {
"@nrwl/node": "^13.8.0",
"nx": "^13.7.3",
"tslib": "^2.0.0"
},
"devDependencies": {
"@nrwl/cli": "13.7.3",
"@nrwl/eslint-plugin-nx": "13.7.3",
"@nrwl/jest": "13.7.3",
"@nrwl/js": "13.7.3",
"@nrwl/linter": "13.7.3",
"@nrwl/tao": "13.7.3",
"@nrwl/workspace": "13.7.3",
"@types/jest": "27.0.2",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "~5.10.0",
"@typescript-eslint/parser": "~5.10.0",
"eslint": "~8.7.0",
"eslint-config-prettier": "8.1.0",
"jest": "27.2.3",
"prettier": "^2.5.1",
"ts-jest": "27.0.5",
"typescript": "~4.5.2"
}
}