diff --git a/package.json b/package.json index f0520ce..9b64957 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,7 @@ "validator": "^13.5.2" }, "devDependencies": { + "@odit/license-exporter": "^0.0.6", "@types/cors": "^2.8.8", "@types/csvtojson": "^1.1.5", "@types/express": "^4.17.9", @@ -59,7 +60,6 @@ "cp-cli": "^2.0.0", "jest": "^26.6.3", "nodemon": "^2.0.6", - "oss-attribution-generator": "^1.7.1", "rimraf": "^2.7.1", "start-server-and-test": "^1.11.6", "ts-jest": "^26.4.4", @@ -76,7 +76,7 @@ "test:ci": "start-server-and-test dev http://localhost:4010/api/docs/openapi.json test", "seed": "ts-node ./node_modules/typeorm/cli.js schema:sync && ts-node ./node_modules/typeorm-seeding/dist/cli.js seed", "openapi:export": "node scripts/openapi_export.js", - "licenses:export": "rimraf ./LICENSES.txt && generate-attribution && cp-cli ./oss-attribution/attribution.txt ./LICENSES.txt && rimraf ./oss-attribution" + "licenses:export": "license-exporter --md" }, "nodemonConfig": { "ignore": [