12 lines
196 B
JSON
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"
|
|
}
|
|
}
|