ephemeral-writer
Version:
A procedural text generation system.
32 lines (31 loc) • 741 B
JSON
{
"name": "ephemeral-writer",
"version": "1.2.0",
"description": "A procedural text generation system.",
"main": "dist/ephemeral.js",
"types": "dist/ephemeral.d.ts",
"scripts": {
"prepublish": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/martinpi/EphemeralWriter.git"
},
"keywords": [
"tracery",
"grammar",
"procedural",
"text",
"generation"
],
"author": "Martin Pichlmair",
"license": "MIT",
"bugs": {
"url": "https://github.com/martinpi/EphemeralWriter/issues"
},
"homepage": "https://github.com/martinpi/EphemeralWriter#readme",
"devDependencies": {
"typescript": "^5.2.2"
}
}