UNPKG

854 BJSONView Raw
1{
2 "name": "require-main-filename",
3 "version": "2.0.0",
4 "description": "shim for require.main.filename() that works in as many environments as possible",
5 "main": "index.js",
6 "scripts": {
7 "pretest": "standard",
8 "test": "tap --coverage test.js",
9 "release": "standard-version"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+ssh://git@github.com/yargs/require-main-filename.git"
14 },
15 "keywords": [
16 "require",
17 "shim",
18 "iisnode"
19 ],
20 "files": [
21 "index.js"
22 ],
23 "author": "Ben Coe <ben@npmjs.com>",
24 "license": "ISC",
25 "bugs": {
26 "url": "https://github.com/yargs/require-main-filename/issues"
27 },
28 "homepage": "https://github.com/yargs/require-main-filename#readme",
29 "devDependencies": {
30 "chai": "^4.0.0",
31 "standard": "^10.0.3",
32 "standard-version": "^4.0.0",
33 "tap": "^11.0.0"
34 }
35}