-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
60 lines (60 loc) · 1.95 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
{
"name": "matomo-looker-studio-connector",
"version": "0.0.0",
"description": "Looker Studio Connector for Matomo instances",
"main": "index.js",
"scripts": {
"build": "rollup -c",
"build:test": "rollup -c rollup-test.config.js",
"clasp": "clasp",
"create": "mkdir -p dist && clasp create --rootDir dist --title='Matomo Looker Studio Connector' --type=standalone && mv ./dist/.clasp.json .",
"push": "tsx ./scripts/push.ts",
"test:appscript": "jest --config=./jest.config.appscript.ts",
"test": "npm run test:appscript",
"test:download-artifacts": "tsx ./scripts/download-expected.ts",
"update-secrets-in-ci": "tsx ./scripts/update_ci_secrets.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matomo-org/google-looker-studio.git"
},
"author": "",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/matomo-org/google-looker-studio/issues"
},
"homepage": "https://github.com/matomo-org/google-looker-studio#readme",
"devDependencies": {
"@google/clasp": "^2.4.2",
"@jest/globals": "^29.5.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.0.0",
"@types/inquirer": "^8.2.10",
"@types/jest": "^29.5.11",
"@types/koa": "^2.14.0",
"@types/libsodium-wrappers": "^0.7.10",
"axios": "^1.6.8",
"chalk": "^4.1.0",
"dotenv": "^16.3.2",
"inquirer": "^8.2.6",
"inquirer-autocomplete-prompt-ipt": "^2.0.0",
"jest": "^29.5.0",
"json-stringify-deterministic": "^1.0.8",
"koa": "^2.15.0",
"libsodium-wrappers": "^0.7.11",
"octokit": "^4.0.2",
"rollup": "^3.20.2",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-dotenv": "^0.4.1",
"socket.io-client": "^4.8.0",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.2",
"tslib": "^2.5.0",
"tsx": "^4.7.0"
},
"dependencies": {
"@types/axios": "^0.14.0",
"@types/google-apps-script": "^1.0.58",
"dayjs": "^1.11.11"
}
}