-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 826 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 826 Bytes
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
{
"name": "scuti-extractor",
"version": "1.0.0",
"description": "An extractor for Habbo SWF in order to make them compatible with scuti-client",
"main": "index.js",
"scripts": {
"start": "npx ts-node ./src/app.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kozennnn/scuti-extractor.git"
},
"keywords": [
"SWF"
],
"author": "Kozen",
"license": "MIT",
"bugs": {
"url": "https://github.com/kozennnn/scuti-extractor/issues"
},
"homepage": "https://github.com/kozennnn/scuti-extractor#readme",
"devDependencies": {
"typescript": "^5.3.3"
},
"dependencies": {
"@gizeta/swf-reader": "^1.0.0",
"@types/node": "^20.10.5",
"jimp": "^0.22.10",
"node-sprite-generator": "^0.10.2",
"scuti-bundle": "^1.0.7",
"xml2js": "^0.6.2"
}
}