mirror of
https://github.com/zhigang1992/velociraptor.git
synced 2026-01-12 17:53:16 +08:00
17 lines
324 B
YAML
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
|