-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.64 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
45
46
47
48
49
50
51
52
53
54
55
56
{
"author": "Transcend Inc.",
"name": "@transcend-io/vz-cli",
"description": "Customer Cli",
"version": "1.5.0",
"homepage": "https://github.com/transcend-io/vz-cli",
"repository": {
"type": "git",
"url": "https://github.com/transcend-io/vz-cli.git"
},
"license": "MIT",
"main": "build/index",
"bin": {
"vz-combine-legal-csv-data-flows": "./build/cli-combine-legal-csv-data-flows.js",
"vz-transcend-from-parent-for-children": "./build/cli-transcend-from-parent-for-children.js"
},
"files": [
"build/**/*",
"package.json"
],
"scripts": {
"update:sdks": "yarn sdks base",
"update:deps": "yarn upgrade-interactive && yarn update:sdks",
"build": "yarn tsc --build",
"clean": "yarn tsc --build --clean",
"lint": "yarn eslint src --ext .ts",
"prepublish": "yarn build"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/node": "^18.15.11",
"@types/yargs-parser": "^21",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@yarnpkg/sdks": "^3.0.0-rc.42",
"depcheck": "^1.4.3",
"eslint": "^8.38.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "^41.1.1",
"prettier": "^2.8.7",
"ts-node": "10.9.1",
"typescript": "^5.0.4"
},
"packageManager": "[email protected]",
"dependencies": {
"@transcend-io/cli": "^4.75.1",
"colors": "^1.4.0",
"fp-ts": "=2.11.8",
"io-ts": "=2.2.16",
"lodash": "^4.17.21",
"yargs-parser": "^21.1.1"
}
}