node/test/fixtures/postject-copy/package.json
Node.js GitHub Bot 66fbe7fb23
deps,test: update postject to 1.0.0-alpha.6
PR-URL: https://github.com/nodejs/node/pull/48072
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
2023-05-21 07:26:36 +00:00

15 lines
285 B
JSON

{
"name": "postject-copy",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"postject": "^1.0.0-alpha.6"
}
}