Skip to content

Commit

Permalink
refactor: Move metadata.ts to openapi-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jannyHou committed Dec 13, 2017
1 parent 89eaf5f commit 1de5e5a
Show file tree
Hide file tree
Showing 11 changed files with 1,453 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/openapi-spec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"node": ">=6"
},
"devDependencies": {
"@loopback/build": "^4.0.0-alpha.7"
"@loopback/build": "^4.0.0-alpha.7",
"@loopback/testlab": "^4.0.0-alpha.16",
"@loopback/openapi-spec-builder": "^4.0.0-alpha.14"
},
"scripts": {
"build": "npm run build:dist && npm run build:dist6",
Expand All @@ -16,6 +18,8 @@
"build:apidocs": "lb-apidocs",
"clean": "rm -rf loopback-openapi-spec*.tgz dist* package",
"prepare": "npm run build && npm run build:apidocs",
"pretest": "npm run build:current",
"unit": "lb-dist mocha --opts ../../test/mocha.opts 'DIST/test/unit/**/*.js'",
"verify": "npm pack && tar xf loopback-openapi-spec*.tgz && tree package && npm run clean"
},
"author": "IBM",
Expand All @@ -38,5 +42,10 @@
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-next.git"
},
"dependencies": {
"@loopback/context": "^4.0.0-alpha.22",
"lodash": "^4.17.4",
"openapi3-ts": "^0.6.2"
}
}
Loading

0 comments on commit 1de5e5a

Please sign in to comment.