-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
135 lines (135 loc) · 5.93 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"author": "Transcend Inc.",
"name": "@transcend-io/cli",
"description": "Small package containing useful typescript utilities.",
"version": "6.14.2",
"homepage": "https://github.com/transcend-io/cli",
"repository": {
"type": "git",
"url": "https://github.com/transcend-io/cli.git"
},
"license": "UNLICENSED",
"main": "build/index",
"bin": {
"tr-build-xdi-sync-endpoint": "./build/cli-build-xdi-sync-endpoint.js",
"tr-consent-manager-service-json-to-yml": "./build/cli-consent-manager-service-json-to-yml.js",
"tr-consent-managers-to-business-entities": "cli-consent-managers-to-business-entities.ts",
"tr-cron-mark-identifiers-completed": "./build/cli-cron-mark-identifiers-completed.js",
"tr-cron-pull-identifiers": "./build/cli-cron-pull-identifiers.js",
"tr-cron-pull-profiles": "./build/cli-cron-pull-profiles.js",
"tr-derive-data-silos-from-data-flows": "./build/cli-derive-data-silos-from-data-flows.js",
"tr-derive-data-silos-from-data-flows-cross-instance": "./build/cli-derive-data-silos-from-data-flows-cross-instance.js",
"tr-discover-silos": "./build/cli-discover-silos.js",
"tr-generate-api-keys": "./build/cli-generate-cross-account-api-keys.js",
"tr-manual-enrichment-pull-identifiers": "./build/cli-manual-enrichment-pull-identifiers.js",
"tr-manual-enrichment-push-identifiers": "./build/cli-manual-enrichment-push-identifiers.js",
"tr-mark-request-data-silos-completed": "./build/cli-mark-request-data-silos-completed.js",
"tr-pull": "./build/cli-pull.js",
"tr-pull-consent-metrics": "./build/cli-pull-consent-metrics.js",
"tr-pull-consent-preferences": "./build/cli-pull-consent-preferences.js",
"tr-pull-datapoints": "./build/cli-pull-datapoints.js",
"tr-push": "./build/cli-push.js",
"tr-request-approve": "./build/cli-request-approve.js",
"tr-request-cancel": "./build/cli-request-cancel.js",
"tr-request-enricher-restart": "./build/cli-request-enricher-restart.js",
"tr-request-export": "./build/cli-request-export.js",
"tr-request-mark-silent": "./build/cli-request-mark-silent.js",
"tr-request-notify-additional-time": "./build/cli-request-notify-additional-time.js",
"tr-request-reject-unverified-identifiers": "./build/cli-request-reject-unverified-identifiers.js",
"tr-request-restart": "./build/cli-request-restart.js",
"tr-request-upload": "./build/cli-request-upload.js",
"tr-retry-request-data-silos": "./build/cli-retry-request-data-silos.js",
"tr-scan-packages": "./build/cli-scan-packages.js",
"tr-skip-request-data-silos": "./build/cli-skip-request-data-silos.js",
"tr-sync-ot": "./build/cli-sync-ot.js",
"tr-update-consent-manager": "./build/cli-update-consent-manager-to-latest.js",
"tr-upload-consent-preferences": "./build/cli-upload-consent-preferences.js",
"tr-upload-cookies-from-csv": "./build/cli-upload-cookies-from-csv.js",
"tr-upload-data-flows-from-csv": "./build/cli-upload-data-flows-from-csv.js",
"tr-upload-preferences": "./build/cli-upload-preferences.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",
"test": "yarn mocha './src/**/*.test.ts' --reporter-option maxDiffSize=0",
"script:transcend-json-schema": "ts-node --transpile-only scripts/buildTranscendJsonSchema.ts && yarn prettier ./transcend-yml-schema-v6.json --write",
"script:pathfinder-json-schema": "ts-node --transpile-only scripts/buildPathfinderJsonSchema.ts && yarn prettier ./pathfinder-policy-yml-schema.json --write"
},
"dependencies": {
"@transcend-io/airgap.js-types": "^12.3.0",
"@transcend-io/handlebars-utils": "^1.1.0",
"@transcend-io/internationalization": "^1.6.0",
"@transcend-io/persisted-state": "^1.0.4",
"@transcend-io/privacy-types": "^4.105.4",
"@transcend-io/secret-value": "^1.2.0",
"@transcend-io/type-utils": "^1.8.0",
"bluebird": "^3.7.2",
"cli-progress": "^3.11.2",
"colors": "^1.4.0",
"csv-parse": "=4.9.1",
"fast-csv": "^4.3.6",
"fast-glob": "^3.2.12",
"fp-ts": "^2.16.1",
"fuzzysearch": "^1.0.3",
"global-agent": "^3.0.0",
"got": "^11.8.5",
"graphql": "^16.6.0",
"graphql-request": "^5.0.0",
"inquirer": "=7.3.3",
"inquirer-autocomplete-prompt": "=1.3.0",
"io-ts": "^2.2.21",
"io-ts-types": "^0.5.16",
"js-yaml": "^4.1.0",
"json2csv": "^6.0.0-alpha.2",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"query-string": "=7.0.0",
"semver": "^7.6.0",
"undici": "^5.22.1",
"yargs-parser": "^21.1.1"
},
"devDependencies": {
"@types/bluebird": "^3.5.38",
"@types/chai": "^4.3.4",
"@types/cli-progress": "^3.11.0",
"@types/colors": "^1.2.1",
"@types/deep-equal-in-any-order": "1.0.1",
"@types/fuzzysearch": "^1.0.0",
"@types/global-agent": "^2.1.1",
"@types/inquirer": "^7.3.1",
"@types/inquirer-autocomplete-prompt": "^3.0.0",
"@types/js-yaml": "^4.0.5",
"@types/json-schema": "^7.0.15",
"@types/jsonwebtoken": "^9",
"@types/lodash": "^4.14.186",
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.11",
"@types/semver": "^7",
"@types/yargs-parser": "^21.0.0",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@yarnpkg/sdks": "^3.0.0-rc.42",
"chai": "^4.3.7",
"deep-equal-in-any-order": "^1.0.28",
"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",
"mocha": "^10.1.0",
"prettier": "^2.8.7",
"ts-node": "10.9.1",
"typescript": "^5.0.4"
},
"packageManager": "[email protected]"
}