sakuya-deployment-bot/packages/config-loader/package.json
2023-08-10 22:30:12 +03:00

12 lines
196 B
JSON

{
"name": "config-loader",
"version": "1.0.0",
"main": "src/index.ts",
"license": "MIT",
"private": true,
"scripts": {
"build": "tsc -b",
"start": "ts-node src/index.ts"
}
}