{
    "name": "timed-silky",
    "version": "0.2.0",
    "type": "module",
    "engines": {
        "node": ">=12.7.0"
    },
    "description": "",
    "main": "dist/index.js",
    "files": [
        "dist/*"
    ],
    "scripts": {
        "build": "rm dist/* && tsc",
        "start": "node --trace-warnings --experimental-specifier-resolution=node --loader ts-node/esm ./src/index.ts",
        "test": "echo \"Error: no test specified\" && exit 1"
    },
    "keywords": [
        "timed task",
        "timed schedule",
        "timed task schedule",
        "定时任务",
        "定期调度"
    ],
    "author": "善良超哥哥",
    "license": "ISC",
    "repository": {
        "type": "git",
        "url": "git@gitee.com:shimachao/timed-silky.git"
    },
    "homepage": "https://gitee.com/shimachao/timed-silky",
    "devDependencies": {
        "@types/node": "^17.0.4",
        "ts-node": "^10.4.0"
    }
}
