-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 889 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
40
41
{
"name": "node-red-contrib-dayjs",
"version": "0.1.1",
"description": "Wrapper of dayjs for Node-RED",
"main": "day.js",
"scripts": {
"test": "mocha \"test/**/*_spec.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/aikitori/node-red-contrib-dayjs.git"
},
"keywords": [
"node-red",
"dayjs"
],
"author": "aikitori",
"license": "MIT",
"bugs": {
"url": "https://github.com/aikitori/node-red-contrib-dayjs/issues"
},
"homepage": "https://github.com/aikitori/node-red-contrib-dayjs#readme",
"engines": {
"node": ">=16"
},
"node-red": {
"version": ">=3.0.0",
"nodes": {
"day.js": "day.js"
}
},
"dependencies": {
"dayjs": "^1.11.10"
},
"devDependencies": {
"mocha": "^10.4.0",
"node-red": "^3.1.8",
"node-red-node-test-helper": "^0.3.3",
"should": "^13.2.3"
}
}