{
    "name": "menu-fisso",
    "version": "7.2.1",
    "description": "Menu UI component",
    "main": "dist/index.js",
    "module": "dist/index.es.js",
    "files": [
        "dist",
        "src"
    ],
    "repository": "git@github.com:framer/MenuFisso.git",
    "author": "Framer Engineering <engineering@framer.com>",
    "license": "MIT",
    "scripts": {
        "build": "rollup -c",
        "clean": "rimraf dist",
        "lint": "eslint ./src --ext .ts",
        "prebuild": "npm run clean",
        "prepublish": "npm run lint && npm run build",
        "type-check": "tsc --noEmit",
        "watch": "rollup -cw",
        "test": "jest"
    },
    "devDependencies": {
        "@types/jest": "^26.0.19",
        "@typescript-eslint/eslint-plugin": "^4.12.0",
        "@typescript-eslint/parser": "^4.12.0",
        "eslint": "^7.17.0",
        "eslint-config-prettier": "^7.1.0",
        "jest": "^26.6.3",
        "node-sass": "^9.0.0",
        "postcss": "^8.2.2",
        "postcss-inline-svg": "^5.0.0",
        "rimraf": "^3.0.2",
        "rollup": "^2.36.0",
        "rollup-plugin-postcss": "^4.0.0",
        "rollup-plugin-sourcemaps": "^0.6.3",
        "rollup-plugin-terser": "^7.0.2",
        "rollup-plugin-typescript2": "^0.29.0",
        "ts-jest": "^26.4.4",
        "tslib": "^2.0.3",
        "typescript": "^4.1.3"
    },
    "gitHead": "e4042de5d19adc041e57084ae77253197dbdee9c"
}
