-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 850 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
{
"name": "xpath-to-selector",
"version": "1.1.3",
"description": "convert xpath to css selector",
"main": "lib/main.js",
"repository": "https://github.com/steambap/xpath-to-selector.git",
"author": "Weilin Shi <934587911@qq.com>",
"license": "MIT",
"scripts": {
"test": "jest",
"build": "tsc"
},
"keywords": [
"xpath",
"css-selector",
"xpath to css",
"xpath2css",
"convert"
],
"files": [
"lib/*.js",
"lib/*.d.ts"
],
"typings": "lib/main.d.ts",
"devDependencies": {
"@types/jest": "^29.5.0",
"@vercel/ncc": "^0.24.0",
"jest": "^29.5.0",
"jest-circus": "^29.5.0",
"ts-jest": "^29.0.5",
"typescript": "^4.9.4"
},
"bugs": {
"url": "https://github.com/steambap/xpath-to-selector/issues"
},
"homepage": "https://github.com/steambap/xpath-to-selector"
}