forked from bartekplus/FluentTyper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.13 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.13 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
{
"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": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"prettier": "^2.8.7"
},
"dependencies": {
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"npm-check-updates": "^16.10.7",
"yarn": "^1.22.19",
"yarn-upgrade-all": "^0.7.2"
}
}