-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "ideal-fortnight",
"version": "1.0.0",
"description": "",
"main": "dist/libindex.js",
"scripts": {
"build": "tsc",
"start": "vite",
"test": "jest",
"lint": "eslint --ext .js,.ts,.tsx,.jsx .",
"prettier": "prettier --write ./src"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/jest": "^27.0.3",
"@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.7.0",
"@xmldom/xmldom": "^0.7.6",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.3.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^5.2.0",
"jest": "^27.4.5",
"prettier": "2.5.1",
"ts-jest": "^27.1.2",
"ts-node": "^10.4.0",
"typescript": "^4.5.4",
"ws": "^8.4.0",
"vite": "^2.9.13"
},
"optionalDependencies": {
"@xmldom/xmldom": "^0.7.6"
},
"dependencies": {
"rxjs": "^7.4.0"
}
}