{
	"name": "fsmlang",
	"version": "0.7.3",
	"author": "Alexander (Shúrko) Stadnichénko",
	"license": "BSD-2-Clause",
	"description": "FSML - homoiconic postfix concatenative programming language. JS implementation",
	"type": "module",
	"main": "dist/fsmlib.js",
	"bin": {
		"fsml": "bin/fsml.js"
	},
	"scripts": {
		"type-check": "all/scripts/flow-type-check.sh",
		"remove-types": "flow-remove-types --pretty all/src/ -d dist/",
		"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --config=all/config/jest.config.js",
		"prepublish": "all/scripts/prepublish.sh"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/shurko0x4cfd/FSML.git"
	},
	"keywords": [
		"homoiconicity",
		"postfix",
		"concatenative",
		"stack",
		"transpilation",
		"poinfree",
		"tacit"
	],
	"bugs": {
		"url": "https://github.com/shurko0x4cfd/FSML/issues",
		"email": "shurko0x4cfd@gmail.com"
	},
	"homepage": "https://github.com/shurko0x4cfd/FSML#readme",
	"devDependencies": {
		"flow-bin": ">=0.220.0",
		"flow-remove-types": ">=2.220.0",
		"jest": ">=29.7.0"
	}
}
