build: add package-lock.json for npm cli package
This commit is contained in:
parent
16502e19dd
commit
8d6d19de1b
1 changed files with 20 additions and 0 deletions
20
crates/cli/npm/package-lock.json
generated
Normal file
20
crates/cli/npm/package-lock.json
generated
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"name": "tree-sitter-cli",
|
||||
"version": "0.26.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "tree-sitter-cli",
|
||||
"version": "0.26.0",
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"tree-sitter": "cli.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=12.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue