TrainsAndRoads/common_logic/package.json

18 lines
414 B
JSON

{
"name": "common_logic",
"version": "1.0.0",
"description": "A collection of common functions for the trains and roads project.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^22.9.0",
"typescript": "^5.6.3"
}
}