@goa/goa
Version:
The Goa Source Code For Compilation Into @Goa/Koa That Includes Modules, Tests, Types And Dependencies.
27 lines (26 loc) • 516 B
JSON
{
"name": "@typedefs/goa",
"version": "0.1.5",
"main": "index.js",
"description": "JSDoc typededs for @goa/goa",
"scripts": {
"p": "yarn publish --no-git-tag-version"
},
"files": [
"typedefs",
"vendor",
"typedefs.json",
"goa",
"Application.xml",
"Context.xml",
"Request.xml",
"Response.xml"
],
"typedefs": "typedefs.json",
"homepage": "typedef.page",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/idiocc/goa.git"
}
}