-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 968 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
38
39
40
{
"name": "@playcanvas/inspector",
"version": "1.0.0",
"author": "PlayCanvas <support@playcanvas.com>",
"homepage": "https://playcanvas.com",
"description": "Chrome extension for inspecting published PlayCanvas apps",
"keywords": [
"playcanvas",
"webgl",
"chrome"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/playcanvas/playcanvas-inspector/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/playcanvas/playcanvas-inspector.git"
},
"eslintConfig": {
"extends": "@playcanvas/eslint-config",
"globals": {
"dat": "readonly",
"chrome": "readonly",
"pc": "readonly",
"pcDevtools": "readonly"
}
},
"eslintIgnore": [
"playcanvas-devtools/dat.gui.min.js",
"playcanvas-devtools/playcanvas-extras.js"
],
"devDependencies": {
"@playcanvas/eslint-config": "^1.0.16",
"eslint": "^8.8.0"
},
"scripts": {
"lint": "eslint ."
}
}