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