mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-05-12 17:17:13 +00:00
9 lines
143 B
JSON
9 lines
143 B
JSON
|
{
|
||
|
"name": "jsonpath-wasm-nodejs-example",
|
||
|
"scripts": {
|
||
|
"start": "node index.js"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"jsonpath-wasm": "0"
|
||
|
}
|
||
|
}
|