{
  "name": "intesign",
  "version": "1.0.5",
  "description": "Intesign is Vanilla JavaScript Design Library",
  "files": [
    "dist/"
  ],
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "scripts": {
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
    "webpack": "webpack",
    "build": "rm -rf dist && npm run esm && npm run cjs",
    "esm": "tsc -p tsconfig.esm.json",
    "cjs": "tsc -p tsconfig.cjs.json",
    "start": "webpack serve --mode development"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JJongTaeng/intesign.git"
  },
  "keywords": [
    "intesign"
  ],
  "engines": {
    "node": ">=0.10.3 <17",
    "npm": "~7.21.0"
  },
  "author": "JJongTaeng",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/JJongTaeng/intesign/issues"
  },
  "homepage": "https://github.com/JJongTaeng/intesign#readme",
  "devDependencies": {
    "@testing-library/dom": "^8.11.3",
    "@testing-library/jest-dom": "^5.16.1",
    "@tsconfig/node14": "^1.0.1",
    "@types/jest": "^27.4.0",
    "html-webpack-plugin": "^5.5.0",
    "jest": "^27.4.7",
    "ts-jest": "^27.1.3",
    "ts-loader": "^9.2.6",
    "typescript": "^4.5.5",
    "webpack-cli": "^4.9.2",
    "webpack-dev-server": "^4.7.3"
  },
  "dependencies": {
    "intesign": "^1.0.4"
  }
}
