sakuya-deployment-bot/packages/config-loader/package.json

12 lines
196 B
JSON
Raw Permalink Normal View History

2023-08-10 21:32:34 +03:00
{
"name": "config-loader",
"version": "1.0.0",
"main": "src/index.ts",
"license": "MIT",
2023-08-10 22:30:12 +03:00
"private": true,
"scripts": {
"build": "tsc -b",
"start": "ts-node src/index.ts"
}
2023-08-10 21:32:34 +03:00
}