package.json 385 B

1234567891011121314151617
  1. {
  2. "name": "fis-actor",
  3. "version": "1.0.0",
  4. "description": "Class and Interface of Fis Actors ",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1",
  8. "index": "node dist/index.js"
  9. },
  10. "author": "",
  11. "license": "ISC",
  12. "devDependencies": {
  13. "@types/node": "^22.10.2",
  14. "ts-node": "^10.9.2",
  15. "typescript": "^5.7.2"
  16. }
  17. }