LarpixClient/electron/node_modules/read-config-file/package.json
olcxja cca8b02fea
Some checks failed
Android Build / publish (push) Successful in 33s
Linux Build / publish (push) Failing after 25s
Update gitignore (sorry)
2026-05-10 14:02:17 +02:00

33 lines
781 B
JSON

{
"name": "read-config-file",
"version": "6.2.0",
"main": "out/main.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
"repository": "develar/read-config-file",
"engines": {
"node": ">=12.0.0"
},
"bugs": "https://github.com/develar/read-config-file/issues",
"homepage": "https://github.com/develar/read-config-file",
"files": [
"out"
],
"scripts": {
"compile": "tsc",
"release": "pnpm compile && pnpm publish --no-git-checks"
},
"dependencies": {
"dotenv": "^9.0.2",
"dotenv-expand": "^5.1.0",
"js-yaml": "^4.1.0",
"json5": "^2.2.0",
"lazy-val": "^1.0.4"
},
"devDependencies": {
"@types/js-yaml": "^4.0.1",
"@types/node": "^15.0.2",
"typescript": "^4.2.4"
},
"typings": "./out/main.d.ts"
}