bhai-lang-parser
Version:
Parser for bhai-lang
44 lines (43 loc) • 927 B
JSON
{
"name": "bhai-lang-parser",
"version": "0.0.2",
"description": "Parser for bhai-lang",
"source": "src/index.ts",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"dev": "ts-node src/index.ts",
"build": "tsup src/* --dts",
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DulLabs/bhai-lang.git"
},
"keywords": [
"programming",
"language",
"bhai-lang",
"bl",
"javascript",
"typescript"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/DulLabs/bhai-lang/issues"
},
"homepage": "https://github.com/DulLabs/bhai-lang#readme",
"devDependencies": {
"string-width": "^5.1.0",
"ts-node": "^10.4.0",
"ts-jest": "^27.1.2",
"tsup": "^5.11.11",
"jest": "^27.4.5",
"@types/jest": "^27.4.0",
"config": "*",
"tsconfig": "*"
}
}