-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathpackage.json
37 lines (37 loc) · 885 Bytes
/
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": "@talend/upgrade-deps",
"version": "3.1.0",
"description": "CLI to help management of dependencies",
"type": "module",
"bin": {
"talend-upgrade-deps": "./bin/cli.js"
},
"main": "src/index.js",
"dependencies": {
"@yarnpkg/lockfile": "^1.1.0",
"semver": "^7.6.3",
"strip-ansi": "^7.1.0",
"yarn-deduplicate": "^6.0.2"
},
"devDependencies": {
"@talend/eslint-config": "^13.2.1",
"@talend/eslint-plugin": "^1.3.1",
"@talend/scripts-core": "^16.5.1"
},
"license": "Apache-2.0",
"homepage": "https://github.com/Talend/ui",
"bugs": {
"url": "https://github.com/Talend/ui/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Talend/ui.git"
},
"scripts": {
"lint": "talend-scripts lint ./",
"test:cron": "talend-scripts test"
},
"publishConfig": {
"access": "public"
}
}