OR-1 dataflow CPU sketch
at main 36 lines 747 B view raw
1{ 2 "name": "tree-sitter-cli", 3 "version": "0.25.10", 4 "author": { 5 "name": "Max Brunsfeld", 6 "email": "maxbrunsfeld@gmail.com" 7 }, 8 "maintainers": [ 9 { 10 "name": "Amaan Qureshi", 11 "email": "amaanq12@gmail.com" 12 } 13 ], 14 "license": "MIT", 15 "repository": { 16 "type": "git", 17 "url": "git+https://github.com/tree-sitter/tree-sitter.git", 18 "directory": "crates/cli/npm" 19 }, 20 "description": "CLI for generating fast incremental parsers", 21 "keywords": [ 22 "parser", 23 "lexer" 24 ], 25 "engines": { 26 "node": ">=12.0.0" 27 }, 28 "scripts": { 29 "install": "node install.js", 30 "prepack": "cp ../../LICENSE ../README.md .", 31 "postpack": "rm LICENSE README.md" 32 }, 33 "bin": { 34 "tree-sitter": "cli.js" 35 } 36}