line-and-surface/tools/package.json

34 lines
772 B
JSON

{
"name": "las-tools",
"version": "1.0.0",
"description": "Tools for LaS authoring.",
"type": "module",
"scripts": {
"tools": "ts-node --esm main.ts"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^3.2.4",
"cli-progress": "^3.11.2",
"colors": "^1.4.0",
"commander": "^9.4.0",
"date-fns": "^2.29.1",
"file-type": "^17.1.4",
"imagemin": "^8.0.1",
"imagemin-jpegtran": "^7.0.0",
"imagemin-pngquant": "^9.0.2",
"klaw": "^4.0.1",
"sharp": "^0.30.7",
"svg-parser": "^2.0.4",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@types/async": "^3.2.15",
"@types/cli-progress": "^3.11.0",
"@types/klaw": "^3.0.3",
"@types/node": "^18.6.3",
"@types/sharp": "^0.30.4"
}
}