123456789101112131415 |
- {
- "name": "verification-module",
- "version": "1.0.0",
- "main": "dist/main.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1",
- "start": "node ./dist/main.js"
- },
- "author": "",
- "license": "ISC",
- "description": "",
- "devDependencies": {
- "typescript": "^5.8.2"
- }
- }
|