Files
ionic-framework/docs/package.json
github-actions 9ed57d83e7 v6.2.3
2022-08-17 14:10:20 +00:00

25 lines
550 B
JSON

{
"name": "@ionic/docs",
"version": "6.2.3",
"description": "Pre-packaged API documentation for the Ionic docs.",
"main": "core.json",
"types": "core.d.ts",
"files": [
"core.json",
"core.d.ts"
],
"author": "Ionic Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/ionic-docs.git"
},
"bugs": {
"url": "https://github.com/ionic-team/ionic-docs/issues"
},
"scripts": {
"prepublishOnly": "echo noop"
},
"homepage": "https://ionicframework.com/docs"
}