node-self
Version:
self property in Node.js
24 lines (23 loc) • 584 B
JSON
{
"name": "node-self",
"version": "1.0.2",
"description": "self property in Node.js",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leegeunhyeok/node-self.git"
},
"author": "Geunhyeok LEE <dev.ghlee@gmail.com> (https://github.com/leegeunhyeok)",
"license": "MIT",
"bugs": {
"url": "https://github.com/leegeunhyeok/node-self/issues"
},
"homepage": "https://github.com/leegeunhyeok/node-self#readme",
"devDependencies": {
"jest": "^29.3.1"
}
}