1234567891011121314151617 |
- {
- "name": "fis-actor",
- "version": "1.0.0",
- "description": "Class and Interface of Fis Actors ",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "index": "node dist/index.js"
- },
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "@types/node": "^22.10.2",
- "ts-node": "^10.9.2",
- "typescript": "^5.7.2"
- }
- }
|