fal-js/libs/codegen/package.json
Daniel Rochetti ed322048ff
release: client 0.1.0 (#6)
* chore(client): add assets and bump version
* chore: rename scope to fal-ai
2023-03-31 18:35:08 -03:00

28 lines
522 B
JSON

{
"name": "@fal-ai/serverless-codegen",
"version": "0.0.1",
"bin": {
"ksjs": "./bin/run"
},
"files": [
"/bin",
"/dist",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"oclif": {
"bin": "ksjs",
"dirname": "ksjs",
"commands": "./src/commands",
"plugins": [
"@oclif/plugin-help"
],
"topicSeparator": ":",
"topics": {
"generate": {
"description": "Command used to generate source files based on fal serverless metadata."
}
}
}
}