dnd-5e-srd/package.json
Ben Morton f9553ccc99 Fix issues with nested monsters. Closes #16, Closes #15, Closes #14.
Update version of marked to 0.8.0
Add typescript build script
Remove unnecessary escape * from npcs
2019-12-26 13:15:12 +00:00

20 lines
492 B
JSON

{
"name": "5e-srd",
"version": "0.1.0",
"description": "Conversion of the D&D 5e SRD from markdown to JSON",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc -p ."
},
"author": "Ben Morton <ben.morton91@gmail.com> (http://bmorton.co.uk/)",
"license": "MIT",
"dependencies": {
"marked": "^0.8.0",
"yamljs": "^0.2.8"
},
"devDependencies": {
"@types/node": "^7.0.5",
"typescript": "^2.2.1"
}
}