jsonpath/wasm/www_bench/package.json

19 lines
385 B
JSON
Raw Normal View History

2019-03-08 17:27:24 +09:00
{
2019-04-13 22:27:33 +09:00
"name": "jsonpath-wasm-bench",
2020-04-15 10:09:19 +09:00
"version": "0.1.0",
2019-03-08 17:27:24 +09:00
"main": "index.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"start": "webpack-dev-server"
},
"devDependencies": {
2020-02-14 21:11:31 +09:00
"copy-webpack-plugin": "^5.1.1",
2019-03-08 17:27:24 +09:00
"webpack": "^4.29.6",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
},
"dependencies": {
"jsonpath": "*"
}
}