text-machine
Version:
A state machine for text processing.
40 lines (39 loc) • 736 B
JSON
{
"name": "text-machine",
"version": "0.5.1",
"description": "A state machine for text processing.",
"main": "lib/TextMachine.js",
"engines": {
"node": ">=14.15.0"
},
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "tea-time -R dot"
},
"repository": {
"type": "git",
"url": "https://github.com/cronvel/text-machine.git"
},
"keywords": [
"state",
"machine",
"text"
],
"author": "Cédric Ronvel",
"license": "MIT",
"bugs": {
"url": "https://github.com/cronvel/text-machine/issues"
},
"copyright": {
"title": "Text Machine",
"years": [
2018,
2022
],
"owner": "Cédric Ronvel"
}
}