UNPKG

bytenode-webpack-plugin

Version:

Compiles JS files to V8 bytecode.

30 lines (29 loc) 713 B
{ "name": "bytenode-webpack-plugin", "version": "1.0.5", "description": "Compiles JS files to V8 bytecode.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://gitlab.com/shardus/bytenode-webpack-plugin.git" }, "author": "Aamir Syed <aamir@shardus.com>", "license": "ISC", "bugs": { "url": "https://gitlab.com/shardus/bytenode-webpack-plugin/issues" }, "homepage": "https://gitlab.com/shardus/bytenode-webpack-plugin#readme", "dependencies": { "bytenode": "^1.1.1" }, "keywords": [ "compile", "bytecode", "webpack", "webpack-plugin", "bytenode" ] }