{
	"name": "@powerlang/egg-js",
	"version": "0.1.16",
	"description": "A Smalltalk VM that runs on top of JavaScript",
	"type": "module",
	"main": "Egg.js",
	"files": [
		"interpreter",
		"Egg.js",
		"ImageSegmentReader.js",
		"st-glue.js",
		"image-segments"
	],
	"scripts": {
		"test": "echo \"Error: no test specified\" && exit 1",
		"prepublishOnly": "bash -c 'cp -r ../../image-segments/*.json image-segments'"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/powerlang/egg.git"
	},
	"keywords": [
		"Smalltalk",
		"VM",
		"JavaScript"
	],
	"author": "Javier E. Pimás",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/powerlang/egg/issues"
	},
	"homepage": "https://github.com/powerlang/egg#readme"
}
