-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.01 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
44
{
"name": "axe-dev-tooltip",
"version": "0.0.11",
"type": "module",
"main": "dist/index.js",
"module": "./dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"lint": "bun ./lint-tools/linting.ts"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@ls-lint/ls-lint": "^2.2.3",
"@markuplint/jsx-parser": "^4.7.5",
"@markuplint/react-spec": "^4.5.5",
"@types/bun": "^1.1.6",
"@types/node": "^20.14.10",
"cspell": "^8.10.4",
"lefthook": "^1.6.18",
"markuplint": "^4.9.2",
"stylelint": "^16.6.1",
"stylelint-config-idiomatic-order": "^10.0.0",
"stylelint-config-standard": "^36.0.1",
"typescript": "^5.2.2"
},
"dependencies": {
"axe-core": "^4.9.1"
},
"repository": {
"type": "git",
"url": "https://github.com/monoharada/axe-dev-tooltip.git"
}
}