-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 924 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 924 Bytes
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
{
"name": "appc-pubsub",
"version": "3.1.0",
"description": "Amplify Platform PubSub client",
"main": "index.js",
"scripts": {
"test": "nyc -r text-summary --temp-directory ./coverage --clean mocha -R spec -t 30000 --check-leaks",
"lint": "eslint --ext .js ./"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/appcelerator/appc-pubsub.git"
},
"author": "Jeff Haynie",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/appcelerator/appc-pubsub/issues"
},
"homepage": "https://github.com/appcelerator/appc-pubsub",
"dependencies": {
"basic-auth": "^2.0.1",
"debug": "^4.4.3"
},
"devDependencies": {
"eslint": "9.39.2",
"eslint-config-axway": "10.0.0",
"eslint-plugin-mocha": "11.2.0",
"mocha": "11.3.0",
"nyc": "17.1.0",
"should": "13.2.3"
},
"engines": {
"node": ">=22.0.0",
"npm": ">=10.0.0"
}
}