Skip to content

Commit 13adee7

Browse files
committed
add "engines" field
1 parent 8e84640 commit 13adee7

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"name": "@msgpack/msgpack",
33
"version": "1.3.2",
44
"description": "MessagePack for JavaScript/ECMA-262",
5+
"author": "The MessagePack community",
6+
"license": "ISC",
57
"main": "./dist/index.js",
68
"browser": "./dist.es5/msgpack.js",
79
"types": "./dist/index.d.ts",
@@ -36,22 +38,23 @@
3638
"asbuild:production": "asc assembly/index.ts -b dist/wasm/msgpack.wasm -t dist/wasm/msgpack.wat --sourceMap --validate -O3 && ts-node tools/pack-wasm.ts",
3739
"update-dependencies": "rimraf node_modules/ package-lock.json && npm install && npm dedupe"
3840
},
41+
"homepage": "https://msgpack.org/",
3942
"repository": {
4043
"type": "git",
4144
"url": "https://github.com/msgpack/msgpack-javascript.git"
4245
},
46+
"bugs": {
47+
"url": "https://github.com/msgpack/msgpack-javascript/issues"
48+
},
4349
"keywords": [
4450
"msgpack",
4551
"MessagePack",
4652
"serialization",
4753
"universal"
4854
],
49-
"author": "The MessagePack community",
50-
"license": "ISC",
51-
"bugs": {
52-
"url": "https://github.com/msgpack/msgpack-javascript/issues"
55+
"engines": {
56+
"node": ">= 10"
5357
},
54-
"homepage": "https://msgpack.org/",
5558
"devDependencies": {
5659
"@bitjourney/check-es-version-webpack-plugin": "^1.0.2",
5760
"@types/base64-js": "^1.2.5",

0 commit comments

Comments
 (0)