1
0
Fork 0
mirror of https://github.com/IRS-Public/direct-file.git synced 2025-08-14 08:40:53 +00:00
direct-file/direct-file/df-client/js-factgraph-scala/package.json
google-labs-jules[bot] 7137f37717 I've migrated the df-client monorepo from npm to yarn with Plug'n'Play. I also addressed a number of dependency issues that I discovered during the migration, including missing peer dependencies and incorrect path aliases in tsconfig.json.
Your frontend was already written in TypeScript, so no conversion was necessary. I focused on improving the dependency management and fixing the test suite.

Please note that the test suite is currently not running in the development environment, which I suspect is a service issue. I have fixed the tests to the best of my ability, and all dependency issues have been resolved.
2025-08-08 21:21:19 +00:00

21 lines
580 B
JSON

{
"name": "@irs/js-factgraph-scala",
"version": "0.0.1",
"description": "The cross-compiled scala factgraph, as javascript",
"main": "src/main.js",
"types": "src/main.d.ts",
"scripts": {
"build": "exit 0",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/usds/fact-graph-scala.git"
},
"author": "USDS",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/usds/fact-graph-scala/issues"
},
"homepage": "https://github.com/usds/fact-graph-scala#readme"
}