-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 878 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
34
35
36
37
38
39
40
41
{
"name": "flatt",
"version": "0.0.8",
"description": "Flatbuffers scriptable code generation tool.",
"keywords": [
"flatbuffers",
"jinja",
"template",
"code-generation",
"codegen",
"c++",
"lua"
],
"homepage": "https://github.com/WoLfulus/flatt#readme",
"author": "WoLfulus <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/WoLfulus/flatt/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/WoLfulus/flatt.git"
},
"bin": {
"flatt": "./bin/flatt.js"
},
"files": [
"bin/**/*",
"README.md",
"LICENSE"
],
"scripts": {
"build": "just pack-it-up",
"publish:local": "npm uninstall -g flatt && npm install && npm link",
"prepare": "npm run build"
},
"dependencies": {
"execa": "^9.4.0"
}
}