yogastic/environment/common/package.json
2025-05-17 23:09:09 +02:00

20 lines
394 B
JSON

{
"name": "common",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.15.18",
"dotenv": "^16.5.0",
"js-yaml": "^4.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
}
}