-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.77 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.77 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
53
54
55
56
57
58
59
60
61
{
"name": "holo5-excavator",
"version": "0.0.1",
"description": "Habbo furniture & figure extractor for Holo5.",
"main": "index.js",
"scripts": {
"start": "yarn ts-node-dev --respawn src/main.ts",
"lint": "eslint --ext .js,.ts ./ --color"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pi-Bouf/Holo5-Excavator.git"
},
"keywords": [
"holo5",
"createjs",
"habbo",
"extractor"
],
"author": "Pi-Bouf",
"license": "ISC",
"bugs": {
"url": "https://github.com/Pi-Bouf/Holo5-Excavator/issues"
},
"homepage": "https://github.com/Pi-Bouf/Holo5-Excavator#readme",
"devDependencies": {
"@types/download": "^8.0.1",
"@types/express": "^4.17.13",
"@types/fs-extra": "^9.0.13",
"@types/node": "^17.0.44",
"@types/node-sprite-generator": "^0.10.2",
"@types/vue": "^2.0.0",
"@types/ws": "^8.5.3",
"@types/xml2js": "^0.4.11",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"@vue/component-compiler-utils": "^3.3.0",
"eslint": "^8.17.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",
"ts-node": "10.4.0",
"ts-node-dev": "1.1.8",
"typescript": "4.5.5"
},
"dependencies": {
"@holo5/habbo-swf-extractor": "^1.1.3",
"@leereozk/node-sprite-generator": "https://github.com/Leereozk/node-sprite-generator.git",
"colors": "^1.4.0",
"download": "^8.0.0",
"fs": "^0.0.1-security",
"fs-extra": "^10.1.0",
"path": "^0.12.7",
"reflect-metadata": "^0.1.13",
"tsyringe": "^4.7.0",
"xml-js": "^1.6.11",
"xml2js": "^0.4.23"
}
}