-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.01 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.01 KB
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
47
48
{
"name": "tmc.js",
"version": "0.3.61",
"description": "Event driven and chained Taobao Message Channel(TMC) for NodeJS",
"author": "James ZHANG",
"license": "MIT",
"types": "types/index.d.ts",
"main": "index.js",
"exports": {
".": {
"import": "./index.mjs",
"require": "./index.js"
},
"./package.json": "./package.json"
},
"bugs": {
"url": "https://github.com/TheNorthMemory/tmc.js/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheNorthMemory/tmc.js.git"
},
"files": [
"lib/",
"types/",
"index.js",
"index.mjs",
"README.md",
"LICENSE"
],
"dependencies": {
"json-bigint": "^1.0.0",
"ws": "^5.2.2 || ^6.2.1 || ^7.4.5 || ^8.0.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@types/node": ">=11.9.0",
"eslint": "^8.25.0",
"eslint-config-airbnb-base": "^15.0.0"
},
"keywords": [
"tmc.js",
"taobao message channel"
],
"engines": {
"node": ">=14.5"
}
}