-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.34 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.34 KB
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
49
50
51
52
{
"name": "@holo5/engine",
"version": "0.1.0",
"description": "Holo5 Power !",
"license": "UNLICENSED",
"author": "Pi-Bouf",
"source": "src/Engine.ts",
"scripts": {
"watch": "parcel example/index.html",
"build": "parcel build example/index.html",
"lint": "eslint --ext .js,.ts ./src --color",
"check": "tsc --noEmit"
},
"dependencies": {
"@holo5/roombuilder": "^0.4.2",
"core-js": "3",
"mementojs": "^1.4.0",
"pixi.js": "6.5.1",
"ts-bus": "^2.3.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7",
"eslint": "^8.20.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-sort-imports-es6-autofix": "^0.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"javascript-obfuscator": "^4.0.0",
"parcel": "2.6.2",
"querystring-es3": "^0.2.1",
"sass": "^1.54.0",
"typescript": "^4.7.4"
},
"keywords": [
"holo5",
"habbo",
"extractor",
"pixijs",
"engine",
"webgl"
],
"homepage": "https://github.com/Holo5/Holo5-Client#readme",
"bugs": {
"url": "https://github.com/Holo5/Holo5-Client/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Holo5/Engine.git"
}
}