1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19{ "main": "dist/index.js", "type": "module", "scripts": { "build": "ncc build src/index.ts --license licenses.txt" }, "devDependencies": { "@actions/core": "1.10.0", "@actions/github": "5.1.1", "@directus/tsconfig": "0.0.6", "@octokit/openapi-types": "16.0.0", "@types/js-yaml": "4.0.5", "@types/node": "18.15.11", "@vercel/ncc": "0.36.1", "js-yaml": "4.1.0", "typescript": "4.9.5" } }