-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 796 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 796 Bytes
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
{
"name": "clickup_api",
"version": "1.4.0",
"description": "No oficial module for ClickUp API",
"main": "src/index.js",
"contributors": [
"InSandBox <47696299+InSandBox@users.noreply.github.com>",
"J Paul Fortey <paul@f4tey.co.uk>",
"Carlos Souza <51545352+csouza1995@users.noreply.github.com>",
"accountantKev <50839401+accountantKev@users.noreply.github.com>",
"mordygparency <https://github.com/mordygparency>",
"alexander-mart <https://github.com/mordygparency>",
"mcannesson <https://github.com/mcannesson>"
],
"scripts": {
"test": "jest"
},
"keywords": [
"api",
"clickup",
"module",
"wrapper"
],
"author": "lpg2709",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0"
}
}