-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
48 lines (48 loc) · 1.17 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
45
46
47
48
{
"name": "dev-assistant",
"version": "1.1.0",
"description": "Web Developer tools",
"type": "module",
"scripts": {
"prepublishOnly": "pnpm i",
"eslint": "eslint .",
"lint": "npm run eslint",
"open-regex": "open-cli http://localhost:8001/regex/ && npm start",
"open-xpath": "open-cli http://localhost:8001/xpath/ && npm start",
"start": "http-server -p 8001",
"test": "echo \"Error: no test specified\" && exit 1"
},
"browserslist": [
"defaults, not op_mini all"
],
"repository": {
"type": "git",
"url": "git+https://github.com/brettz9/dev-assistant.git"
},
"keywords": [
"web",
"tool"
],
"author": "Brett Zamir",
"contributors": [
"Ted Mielczarek",
"Jesse Ruderman",
"Cüneyt Yilmaz",
"Tony Chang",
"Gavin Sharp",
"Cesar Oliveira",
"Nickolay Ponomarev"
],
"devDependencies": {
"eslint": "^9.11.1",
"eslint-config-ash-nazg": "^36.17.1",
"http-server": "^14.1.1",
"open-cli": "^8.0.0"
},
"engines": {},
"license": "MIT",
"bugs": {
"url": "https://github.com/brettz9/dev-assistant/issues"
},
"homepage": "https://github.com/brettz9/dev-assistant#readme"
}