UNPKG

@jbangdev/jbang

Version:

NPM for JBang - Java Script in your JavaScript

47 lines (46 loc) 854 B
{ "name": "@jbangdev/jbang", "version": "0.7.1", "description": "NPM for JBang - Java Script in your JavaScript", "homepage": "https://jbang.dev", "repository": { "type": "git", "url": "git+https://github.com/jbangdev/jbang-npm.git" }, "bin": { "jbang-npm": "bin/index.js" }, "main": "jbang.js", "scripts": { "test": "jest", "test:watch": "jest --watch" }, "license": "MIT", "dependencies": { "debug": "^4.4.0", "shelljs": "^0.9.0" }, "devDependencies": { "jest": "^29.7.0" }, "files": [ "bin", "README.md", "jbang.js", "test" ], "bugs": { "url": "https://github.com/jbangdev/jbang-npm/issues" }, "keywords": [ "java", "jbang", "java script" ], "author": "JBang Developers", "jest": { "testPathIgnorePatterns": [ "demo" ] } }