-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
29 lines (29 loc) · 935 Bytes
/
package-lock.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
{
"name": "trelloapi",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "trelloapi",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"@types/google-apps-script": "^1.0.41"
},
"devDependencies": {}
},
"node_modules/@types/google-apps-script": {
"version": "1.0.41",
"resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.41.tgz",
"integrity": "sha512-Lv8Tila1iNUynITT0H4lR59fcdkZ1JOPQiuthaOoG/agAbWYkZLeaR6yLIeRydFQ2bQqVgOrAXlmu8Ut8uUcOA=="
}
},
"dependencies": {
"@types/google-apps-script": {
"version": "1.0.41",
"resolved": "https://registry.npmjs.org/@types/google-apps-script/-/google-apps-script-1.0.41.tgz",
"integrity": "sha512-Lv8Tila1iNUynITT0H4lR59fcdkZ1JOPQiuthaOoG/agAbWYkZLeaR6yLIeRydFQ2bQqVgOrAXlmu8Ut8uUcOA=="
}
}
}