{ "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" } }