-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 918 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
{
"name": "queryselector-lite",
"version": "0.0.7",
"description": "Super Lite, No Dependency HTML Query Selector for browser/non-browser environments",
"main": "dist/bundle.js",
"module": "./query-selector-lite.js",
"scripts": {
"test": "jest --watchAll",
"test-ci": "jest",
"prepublish": "npx webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Laberbear/queryselector-lite.git"
},
"author": "Labebear",
"license": "MIT",
"bugs": {
"url": "https://github.com/Laberbear/queryselector-lite/issues"
},
"homepage": "https://github.com/Laberbear/queryselector-lite#readme",
"devDependencies": {
"eslint": "^7.27.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-jest": "^24.3.6",
"jest": "^26.6.3",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0"
},
"dependencies": {}
}