{
  "name": "@hankei6km/rollup-plugin-nodebox-fs-files",
  "version": "0.1.2",
  "description": "Converts files to Nodebox files",
  "author": "hankei6km <hankei6km@gmail.com> (https://github.com/hankei6km)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/hankei6km/rollup-plugin-nodebox-fs-files.git"
  },
  "keywords": [
    "rollup-plugin",
    "vite-plugin",
    "nodebox"
  ],
  "main": "dist/index.js",
  "exports": "./dist/index.js",
  "type": "module",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "npm run clean && tsc && rimraf dist/test && mv dist/src/* dist/ && rimraf dist/src",
    "test": "vitest",
    "test:run": "vitest run",
    "test:debug": "vitest run --inspect-brk --threads false --coverage false",
    "lint:type-check": "tsc --noEmit",
    "clean": "rimraf dist/",
    "upgrade-interactive": "npm-check --update",
    "csb:test": "npm test -- --runInBand --watchAll"
  },
  "devDependencies": {
    "@types/node": "^20.1.5",
    "@vitest/coverage-c8": "^0.31.0",
    "nodemon": "^2.0.22",
    "rimraf": "^5.0.0",
    "ts-node": "^10.9.1",
    "typescript": "^5.0.4",
    "vite": "^4.3.8",
    "vitest": "^0.31.0"
  },
  "dependencies": {
    "@rollup/pluginutils": "^5.0.2",
    "rollup": "^3.22.0"
  }
}
