@adamsy/bhai-lang
Version:
<h1 align="center">Bhai Lang</h1> <p align="center"> <a href="https://lgtm.com/projects/g/DulLabs/bhai-lang/alerts/"><img alt="Total alerts" src="https://img.shields.io/lgtm/alerts/g/DulLabs/bhai-lang.svg?logo=lgtm&logoWidth=18"/></a> <a href="https://lgt
47 lines (46 loc) • 975 B
JSON
{
"name": "@adamsy/bhai-lang",
"version": "0.0.1",
"private": false,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"lint": "turbo run lint",
"test": "turbo run test --parallel",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"devDependencies": {
"@parcel/packager-ts": "^2.2.0",
"@parcel/transformer-typescript-types": "^2.2.0",
"prettier": "^2.5.1",
"turbo": "latest",
"typescript": "^4.5.4"
},
"keywords": [
"bhai-lang",
"programming language",
"compiler",
"parser",
"javascript",
"typescript"
],
"contributors": [
{
"name": "Aniket Singh",
"url": "https://github.com/aniketsingh0104"
},
{
"name": "Rishabh Tripathi",
"url": "https://github.com/ristri"
}
],
"engines": {
"npm": ">=7.0.0",
"node": ">=14.0.0"
},
"packageManager": "npm@8.1.4"
}