{
  "name": "css-import-generator",
  "author": "Kyungho, Park <dev.kyungho@gmail.com>",
  "version": "1.1.7",
  "license": "ISC",
  "description": "make single .js file with structured-import-statements of all css/scss/sass file under given root path",
  "keywords": [
    "css",
    "scss",
    "node"
  ],
  "type": "module",
  "main": "build/css-import-generator.js",
  "bin": "build/css-import-generator.js",
  "man": "./man/doc.1",
  "engines": {
    "node": ">=v16.14.2"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "css-import-generator": {
    "css-root": "src",
    "destination": "build/styles/css/index.js"
  },
  "css-root-path": "src/styles/css",
  "homepage": "https://github.com/auaicn/css-import-generator#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/auaicn/css-import-generator.git"
  },
  "bugs": {
    "url": "https://github.com/auaicn/css-import-generator/issues"
  },
  "scripts": {
    "type": "npx tsc"
  },
  "devDependencies": {
    "@types/node": "^18.0.0",
    "typescript": "^4.7.4",
    "prettier": "2.3.2"
  },
  "dependencies": {
    "find-package-json": "^1.2.0"
  }
}
