deno.land / x / msgpack_javascript@v3.0.0-beta2 / example / webpack-example / package.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{ "name": "webpack-example", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "@msgpack/msgpack": "../../" }, "devDependencies": { "lodash": "^4.17.20", "ts-loader": "^8.0.4", "ts-node": "^9.0.0", "typescript": "^4.0.3", "webpack": "^4.44.2", "webpack-cli": "^3.3.12" }}
msgpack_javascript

Version Info

Tagged at
2 years ago