UNPKG

shebang2-loader

Version:

A simple Webpack loader for files starting with a shebang (usually #!/usr/bin/env node)

29 lines (28 loc) 694 B
{ "name": "shebang2-loader", "version": "1.0.1", "description": "A simple Webpack loader for files starting with a shebang (usually #!/usr/bin/env node)", "main": "index.js", "scripts": { "test": "cd example && npm test" }, "repository": { "type": "git", "url": "git+https://github.com/samvv/shebang2-loader.git" }, "keywords": [ "webpack", "webpack-loader", "shebang", "command-line" ], "author": "Sam Vervaeck <samvv@pm.me>", "license": "MIT", "bugs": { "url": "https://github.com/samvv/shebang2-loader/issues" }, "homepage": "https://github.com/samvv/shebang2-loader#readme", "dependencies": { "source-map": "^0.7.3" } }