-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "mildom-api",
"version": "1.0.5",
"description": "Simple Wrapper Module for making API calls to mildom",
"main": "index.js",
"type": "module",
"private": false,
"scripts": {
"test": "cross-env NODE_OPTIONS=--experimental-vm-modules npx jest",
"test:coverage": "cross-env NODE_OPTIONS=--experimental-vm-modules npx jest --coverage",
"test:badges": "npm run test:coverage && jest-coverage-badges"
},
"author": "Yushin Ito",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/yushin-ito/mildom.git"
},
"homepage": "https://github.com/yushin-ito/mildom",
"bugs": {
"url": "https://github.com/yushin-ito/mildom/issues"
},
"keywords": [
"mildom",
"live",
"stream"
],
"dependencies": {
"eslint-plugin-jest": "^26.8.2",
"https": "^1.0.0",
"jest-coverage-badges": "^1.0.0",
"uuid": "^8.3.2",
"ws": "^8.8.1",
"xxtea-node": "^1.1.4"
},
"devDependencies": {
"cross-env": "^7.0.3",
"eslint": "^8.21.0",
"eslint-config-prettier": "^9.0.0",
"jest": "^28.1.3",
"prettier": "^2.7.1"
}
}