10 lines
149 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": {
2019-06-23 23:59:18 +09:00
"jsonpath-wasm": "^0.2.2"
2019-04-13 22:27:33 +09:00
}
2019-06-23 23:59:18 +09:00
}