-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.29 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
{
"name": "squaredup-plugin-public",
"version": "1.0.0",
"author": "SquaredUp Ltd.",
"license": "ISC",
"description": "This repository contains third-party/community plugins for the SquaredUp Cloud product.",
"type": "module",
"scripts": {
"lint": "eslint .",
"validate": "node validate",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/squaredup/squaredup-plugin-public.git"
},
"homepage": "https://github.com/squaredup/squaredup-plugin-public#readme",
"dependencies": {
"@aitodotai/json-stringify-pretty-compact": "^1.3.0",
"@fortawesome/free-solid-svg-icons": "^6.2.0",
"@swc-node/jest": "^1.4.3",
"@types/jest": "^27.4.1",
"ajv": "^8.6.0",
"chalk": "^4.1.1",
"cspell-lib": "^5.13.4",
"date-fns": "^2.30.0",
"inquirer": "^8.1.1",
"inquirer-search-list": "^1.2.6",
"jest": "^27.5.1",
"jest-html-reporters": "^3.1.4",
"jest-junit": "^13.2.0",
"lodash": "^4.17.21",
"lodash.get": "^4.4.2",
"open": "^9.1.0",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"serialize-error": "^11.0.0",
"slugify": "^1.6.5",
"title-case": "^3.0.3"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.2.5"
}
}