@scinorandex/sparse
Version:
Yet another parser generator
37 lines (36 loc) • 696 B
JSON
{
"name": "@scinorandex/sparse",
"version": "0.0.1",
"description": "Yet another parser generator",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"watch": "tsc -w"
},
"bin": {
"sparse": "dist/cli.js"
},
"repository": {
"type": "git",
"url": "github.com/scinscinscin/sparse"
},
"keywords": [
"parser",
"parser-generator",
"yacc",
"bison",
"antlr",
"programming-languages"
],
"author": "scinorandex",
"license": "MIT",
"devDependencies": {
"@types/minimist": "^1.2.5",
"@types/node": "^22.15.19"
},
"resolutions": {},
"dependencies": {
"@scinorandex/slex": "^0.0.2",
"minimist": "^1.2.8"
}
}