| 123456789101112131415 |
- {
- "name": "githubrelease",
- "version": "1.0.0",
- "description": "removes old release and publishes new release",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "scott brogden",
- "license": "ISC",
- "dependencies": {
- "axios": "^1.6.2",
- "fs": "^0.0.1-security"
- }
- }
|