@qoi/cli
Version:
qoi ------------ Lightweight tooling for your javascript and typescript
27 lines • 477 B
JSON
{
"name": "@qoi/cli",
"version": "0.2.3",
"bin": {
"qoi": "./bin/qoi.mjs"
},
"type": "module",
"main": "cli.mjs",
"module": "cli.mjs",
"typings": "cli.d.ts",
"keywords": [
"koi",
"qoi",
"zero-config",
"bundler",
"test"
],
"author": "Arjay Elbore <aelbore.sg@gmail.com>",
"license": "MIT",
"peerDependencies": {
"typescript-paths": "^1.4.0"
},
"dependencies": {
"@qoi/fs": "0.2.0",
"@qoi/register": "0.2.3"
}
}