-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
38 lines (38 loc) · 1009 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
{
"name": "fluenttyper",
"version": "1.0.0",
"description": "",
"main": "cs.js",
"scripts": {
"check": "eslint . && prettier '**/*.{html,css}' --check",
"lint": "eslint --fix . && prettier '**/*.{html,css}' --write",
"test": "node --experimental-vm-modules $(yarn bin jest)"
},
"type": "module",
"jest": {
"testEnvironment": "jsdom"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bartekplus/FluentTyper.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/bartekplus/FluentTyper/issues"
},
"homepage": "https://github.com/bartekplus/FluentTyper#readme",
"devDependencies": {
"eslint": "^9.6.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.3.2"
},
"dependencies": {
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"yarn-upgrade-all": "^0.7.2"
},
"packageManager": "[email protected]"
}