9 lines
143 B
JSON
Raw Normal View History

2019-04-13 22:27:33 +09:00
{
"name": "jsonpath-wasm-nodejs-example",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"jsonpath-wasm": "0"
}
}