{
    "name": "@spec.types/spec",
    "version": "0.0.33",
    "description": "Spec Types",
    "keywords": [
        "javascript",
        "typescript",
        "spec",
        "types"
    ],
    "homepage": "https://github.com/spec-dev/types",
    "bugs": "https://github.com/spec-dev/types/issues",
    "license": "MIT",
    "author": "Spec",
    "files": [
        "dist",
        "src"
    ],
    "main": "dist/main/index.js",
    "module": "dist/module/index.js",
    "types": "dist/main/index.d.ts",
    "sideEffects": false,
    "repository": "spec-dev/types",
    "scripts": {
        "clean": "rimraf dist",
        "format": "prettier --write \"{src,test}/**/*.ts\"",
        "build": "genversion src/lib/version.ts --es6 && run-s clean format build:*",
        "build:main": "tsc -p tsconfig.json",
        "build:module": "tsc -p tsconfig.module.json",
        "types-generate": "dts-gen -m '@spec.types/spec' -s"
    },
    "dependencies": {},
    "devDependencies": {
        "genversion": "^3.0.1",
        "husky": "^4.3.0",
        "npm-run-all": "^4.1.5",
        "prettier": "^2.1.2",
        "pretty-quick": "^3.1.0",
        "rimraf": "^3.0.2",
        "ts-loader": "^8.0.11",
        "typedoc": "^0.22.11",
        "typescript": "^4.5.5",
        "webpack": "^5.4.0",
        "webpack-cli": "^4.2.0"
    },
    "husky": {
        "hooks": {
            "pre-commit": "pretty-quick --staged"
        }
    },
    "jsdelivr": "dist/umd/spec-types.js",
    "unpkg": "dist/umd/spec-types.js"
}
