Files
velociraptor/egg.yml
2020-10-30 09:52:54 +01:00

17 lines
324 B
YAML

name: velociraptor
description: An npm-style script runner for Deno
unstable: true
version: 1.0.0-beta.16
repository: 'https://github.com/umbopepato/velociraptor/'
entry: /cli.ts
files:
- ./src/**/*
- ./cli.ts
- ./deps.ts
- ./mod.ts
- ./README.md
- ./CONTRIBUTING.md
- ./LICENSE
checkAll: true
unlisted: false