{ "name": "gpx-web-utils", "version": "0.0.1", "description": "just some gpx-related tools that i want to use.", "main": "index.js", "scripts": { "build": "webpack --config webpack.config.js", "start": "webpack-dev-server" }, "repository": { "type": "git", "url": "git+https://github.com/thermokarst/gpx-web-utils.git" }, "keywords": [ "webassembly", "wasm", "rust", "webpack" ], "author": "Matthew Ryan Dillon ", "license": "MIT", "bugs": { "url": "https://github.com/thermokarst/gpx-web-utils/issues" }, "homepage": "https://github.com/thermokarst/gpx-web-util#readme", "dependencies": { "gpx-web-utils": "file:../pkg" }, "devDependencies": { "webpack": "^4.29.3", "webpack-cli": "^3.1.0", "webpack-dev-server": "^3.1.5", "copy-webpack-plugin": "^5.0.0" } }