Files
jsonpath/examples/nodejs-rs/package.json
2019-04-13 22:39:48 +09:00

10 lines
133 B
JSON

{
"name": "jsonpath-rs-example",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"jsonpath-rs": "0"
}
}