| 1234567891011121314151617 |
- {
- "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": {
- "qs": "^6.12.1",
- "yaml": "^2.4.5"
- }
- }
|