28 lines
632 B
JSON
28 lines
632 B
JSON
{
|
|
"name": "continue-binary",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"bin": "../../out/index.js",
|
|
"pkg": {
|
|
"scripts": [
|
|
"node_modules/axios/**/*"
|
|
],
|
|
"assets": [
|
|
"../../../core/node_modules/sqlite3/**/*",
|
|
"../../out/tree-sitter.wasm",
|
|
"../../out/tree-sitter-wasms/*",
|
|
"../../tree-sitter/**/*",
|
|
"../../out/llamaTokenizer.mjs",
|
|
"../../out/llamaTokenizerWorkerPool.mjs",
|
|
"../../out/tiktokenWorkerPool.mjs",
|
|
"../../out/package.json"
|
|
],
|
|
"targets": [
|
|
"node18-linux-x64"
|
|
],
|
|
"outputPath": "bin"
|
|
},
|
|
"author": "",
|
|
"license": "Apache-2.0"
|
|
}
|