{
  "name": "oipage",
  "version": "2.1.0",
  "description": "主要是提供前端开发中常用的API接口，支持nodejs和浏览器端使用",
  "sideEffects": false,
  "typings": "./types/index.d.ts",
  "scripts": {
    "dev": "node ./build/index.js watch",
    "build": "node ./build/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/oi-contrib/OIPage.git"
  },
  "keywords": [
    "dev",
    "server",
    "style",
    "css",
    "nodejs",
    "core",
    "oipage",
    "browser"
  ],
  "author": {
    "name": "zxl20070701",
    "url": "https://zxl20070701.github.io/notebook/home.html"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/oi-contrib/OIPage/issues"
  },
  "homepage": "https://oi-contrib.github.io/OIPage",
  "devDependencies": {
    "@oipage/testjs": "^0.1.1"
  }
}
