mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
25 lines
546 B
JSON
25 lines
546 B
JSON
{
|
|
"name": "@ionic/docs",
|
|
"version": "8.5.1",
|
|
"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-framework.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ionic-team/ionic-docs/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "echo noop"
|
|
},
|
|
"homepage": "https://ionicframework.com/docs"
|
|
}
|