-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 897 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
{
"name": "framework64",
"version": "0.2.0",
"description": "N64 development framework",
"repository": {
"type": "git",
"url": "git+https://github.com/matthewcpp/framework64.git"
},
"keywords": [
"n64",
"libultra"
],
"scripts": {
"configure_environment": "node scripts/ConfigureFrameworkEnvironment.js",
"prepare_example_assets": "node scripts/PrepareExampleAssets.js",
"prepare_tool_assets": "node scripts/PrepareToolAssets.js"
},
"author": "Matthew LaRocca",
"license": "MIT",
"homepage": "https://github.com/matthewcpp/framework64#readme",
"dependencies": {
"canvas": "^2.11.2",
"commander": "^9.0.0",
"fs-extra": "^10.0.1",
"gl-matrix": "^3.4.3",
"gltf-import-export": "^1.0.18",
"jimp": "^0.22.10",
"npm-check-updates": "^12.4.0",
"opentype.js": "^1.3.4",
"rimraf": "^3.0.2",
"tmp": "^0.2.1"
}
}