-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 996 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
41
42
{
"name": "@flashist/fconsole",
"version": "0.0.30",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/flashist/fconsole.git"
},
"description": "Bunch* of useful debug tools for speeding up development process of Pixi.js based applications. Written in TypeScript. Inspired by Flash-Console.",
"keywords": [
"pixi.js",
"pixijs",
"canvas",
"webgl",
"debugging",
"debug",
"devtools",
"dev tools",
"developer tools",
"display list",
"DisplayList",
"console",
"hierarchy"
],
"main": "index.js",
"typings": "index.d.ts",
"scripts": {},
"dependencies": {
"@flashist/flibs": "0.x"
},
"devDependencies": {
"@flashist/fbuildscripts": "0.x",
"pixi.js": "7.x",
"typescript": "^4.9.4"
},
"bugs": {
"url": "https://github.com/flashist/fconsole/issues"
},
"homepage": "https://github.com/flashist/fconsole#readme",
"author": "Mark Dolbyrev"
}