-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 879 Bytes
/
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
{
"name": "status-compliance",
"version": "1.4.0",
"private": true,
"description": "Collection of STATUS packages for Node-RED",
"license": "Apache-2.0",
"keywords": [
"node-red",
"status",
"compliance"
],
"repository": {
"type": "git",
"url": "https://github.com/statuscompliance/node-red-status"
},
"author": {
"name": "Álvaro Bernal",
"url": "https://github.com/alvarobernal2412"
},
"contributors": [
{
"name": "Francisco Montero",
"url": "https://github.com/FJMonteroInformatica"
}
],
"files": [
"packages/*",
"README.md",
"LICENSE",
"flows.json"
],
"workspaces": [
"packages/*"
],
"devDependencies": {
"axios": "1.7.7",
"pdf-parse": "1.1.1"
}
}