| 1234567891011121314151617181920 |
- {
- "name": "genrules",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "devDependencies": {},
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "type": "module",
- "license": "ISC",
- "dependencies": {
- "axios": "^1.7.2",
- "qs": "^6.12.3",
- "randomstring": "^1.3.0",
- "uuid": "^10.0.0",
- "yaml": "^2.4.5"
- }
- }
|