{
    "name": "typescript-treasure",
    "version": "0.0.12",
    "description": "Elegant and pragmatic collection of typescript tools",
    "keywords": [
        "typescript",
        "typescript-treasure",
        "ts",
        "tools",
        "types",
        "typesafe"
    ],
    "main": "index.js",
    "scripts": {
        "build": "npm run build:ts & npm run doc",
        "build:ts": "tsc src/index.ts -d --emitDeclarationOnly --outDir dist --removeComments",
        "doc": "typedoc src/"
    },
    "types": "dist/index.d.ts",
    "files": [
        "index.js",
        "dist"
    ],
    "author": {
        "name": "Autumn-one",
        "url": "https://github.com/Autumn-one"
    },
    "license": "ISC",
    "devDependencies": {
        "typedoc": "^0.24.8",
        "typescript": "^5.1.6"
    }
}
