UNPKG

1.01 kBJSONView Raw
1{
2 "name": "clickup.js",
3 "version": "3.0.2",
4 "description": "A Node.js wrapper for the Clickup API",
5 "main": "src/index.js",
6 "keywords": [
7 "clickup",
8 "clickupjs",
9 "clickup-js",
10 "clickup.js",
11 "api",
12 "wrapper",
13 "wrapper-api"
14 ],
15 "scripts": {
16 "test": "mocha",
17 "lint": "eslint src test --fix",
18 "format": "prettier --write ."
19 },
20 "dependencies": {
21 "form-data": "^4.0.0",
22 "got": "^11.8.2"
23 },
24 "devDependencies": {
25 "chai": "^4.3.4",
26 "eslint": "^8.4.1",
27 "eslint-config-airbnb-base": "^15.0.0",
28 "eslint-config-prettier": "^8.3.0",
29 "eslint-plugin-import": "^2.25.3",
30 "eslint-plugin-prettier": "^4.0.0",
31 "mocha": "^9.1.3",
32 "prettier": "^2.5.1",
33 "sinon": "^12.0.1"
34 },
35 "author": "@ComfortablyCoding",
36 "repository": {
37 "type": "git",
38 "url": "https://github.com/ComfortablyCoding/clickup.js.git"
39 },
40 "homepage": "https://github.com/ComfortablyCoding/clickup.js#readme",
41 "bugs": {
42 "url": "https://github.com/ComfortablyCoding/clickup.js/issues"
43 },
44 "license": "MIT"
45}