is-node
Version:
Detect if current process is a node application or not.
48 lines • 1.03 kB
JSON
{
"name": "is-node",
"version": "1.1.1",
"description": "Detect if current process is a node application or not.",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.cts",
"exports": {
"require": {
"types": "./dist/index.d.cts",
"default": "./dist/index.cjs"
},
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}
},
"publishConfig": {
"provenance": true
},
"author": {
"name": "matthewh",
"email": "matthatcher@pm.me",
"url": "https://matthewhatcher.com/"
},
"homepage": "https://github.com/MatthewSH/npm-packages",
"repository": {
"type": "git",
"url": "https://github.com/MatthewSH/npm-packages"
},
"bugs": {
"url": "https://github.com/MatthewSH/npm-packages/issues"
},
"engines": {
"node": ">= 0.10"
},
"keywords": [
"is",
"node",
"detect",
"process"
],
"license": "MIT",
"scripts": {
"build": "pkgroll"
}
}