-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 759 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 759 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
34
35
36
{
"name": "denormalize",
"version": "0.1.0",
"description": "Library for processing and extracting assets for the 3D/ADV engine",
"main": "index.js",
"private": true,
"workspaces": [
"packages/*"
],
"files": [
"bin/",
"packages/",
"package.json",
"license.md",
"readme.md"
],
"keywords": [
"Normality",
"Realms of the Haunting"
],
"bin": {
"denormalize.js": "./bin/denormalize.js"
},
"homepage": "https://github.com/msikma/denormalize",
"repository": "https://github.com/msikma/denormalize",
"author": "Michiel Sikma <michiel@sikma.org>",
"engines" : {
"node" : ">=16.0.0"
},
"license": "MIT",
"devDependencies": {
},
"dependencies": {
"denormalize-cli": "^0.1.0"
}
}