bhailang
Version:
CLI for bhai-lang
57 lines (56 loc) • 1.18 kB
JSON
{
"name": "bhailang",
"version": "0.1.0",
"description": "CLI for bhai-lang",
"source": "src/index.ts",
"main": "bin/index.js",
"bin": {
"bhailang": "./bin/index.js"
},
"files": [
"bin"
],
"scripts": {
"dev": "node --loader ts-node/esm",
"build": "tsup src/* --dts --outDir bin"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DulLabs/bhai-lang.git"
},
"keywords": [
"programming",
"language",
"bhai-lang",
"bl",
"javascript",
"typescript"
],
"contributors": [
{
"name": "Aniket Singh",
"url": "https://github.com/aniketsingh0104"
},
{
"name": "Rishabh Tripathi",
"url": "https://github.com/ristri"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/DulLabs/bhai-lang/issues"
},
"homepage": "https://github.com/DulLabs/bhai-lang#readme",
"devDependencies": {
"ts-node": "^10.4.0",
"ts-jest": "^27.1.2",
"tsup": "^5.11.11",
"jest": "^27.4.5",
"yargs": "^17.3.1",
"chalk": "^5.0.0",
"@types/jest": "^27.4.0",
"config": "*",
"tsconfig": "*",
"bhai-lang-interpreter": "*"
}
}