{
    "name": "mim-tsplay",
    "version": "0.1.15",
    "description": "TypeScript playground with Monaco editor, compilation and HTML presentation",
    "homepage": "https://www.mimcss.com/guide/introduction.html",
    "repository": "github:mmichlin66/mim-tsplay",
    "main": "lib/mim-tsplay.js",
    "module": "./lib/mim-tsplay.js",
    "types": "./lib/index.d.ts",
    "scripts": {
        "build": "tsc -b && webpack",
        "typedoc": "typedoc"
    },
    "author": {
        "name": "Michael Michlin",
        "email": "mmulya@outlook.com",
        "url": "https://www.mimcss.com"
    },
    "keywords": [
        "CSS",
        "TypeScript",
        "Playground",
        "mimcss",
        "mimbl"
    ],
    "license": "MIT",
    "devDependencies": {
        "copy-webpack-plugin": "^11.0.0",
        "css-loader": "^6.7.3",
        "file-loader": "^6.2.0",
        "ifdef-loader": "^2.3.2",
        "monaco-editor-webpack-plugin": "^7.0.1",
        "source-map-loader": "^4.0.1",
        "style-loader": "^3.3.1",
        "typescript": "^4.9.4",
        "webpack": "^5.75.0",
        "webpack-cli": "^5.0.1"
    },
    "dependencies": {
        "mimcss": "^0.12.1",
        "mimbl": "^0.10.2",
        "mimcl": "^0.10.2",
        "monaco-editor": "^0.34.1"
    },
    "files": [
        "lib/mim-tsplay.js",
        "lib/index.d.ts",
        "lib/Playground.d.ts",
        "lib/PlaygroundConfig.d.ts",
        "lib/PlaygroundStyles.d.ts",
        "lib/SharedStyles.d.ts"
    ]
}
