{
  "name": "@neoi/core",
  "version": "0.0.2",
  "main": "dist/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "neoi": "bin/neoi.js"
  },
  "license": "MIT",
  "description": "React framework based vite",
  "keywords": [
    "react",
    "framework",
    "vite"
  ],
  "author": "chenyueban <jasonchan0527@gmail.com>",
  "homepage": "https://github.com/chenyueban/neoi",
  "bugs": {
    "url": "https://github.com/chenyueban/neoi/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/chenyueban/neoi"
  },
  "scripts": {
    "prebuild": "rimraf dist",
    "test": "jest --coverage",
    "build:cjs": "tsc -p ./ --outDir dist",
    "build:esm": "tsc -p ./ --module esnext --outDir dist/esm",
    "build": "npm run build:cjs && npm run build:esm",
    "start": "tsc -w -p ./ --module esnext --outDir dist/esm && npm link",
    "prettier": "prettier --write '**/*.{js,ts,md,json}'"
  },
  "dependencies": {
    "@vitejs/plugin-react-refresh": "^1.3.1",
    "chalk": "^4.1.0",
    "chokidar": "^3.5.1",
    "prettier": "^2.2.1",
    "rollup": "^2.41.2",
    "vite": "^2.0.5",
    "vite-plugin-mock": "^2.2.4"
  },
  "devDependencies": {
    "@types/node": "^14.14.33"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "d366d9add86d25e28f4e2efb6c4a3b10ce2d8f8d"
}
