18 lines
356 B
JSON
18 lines
356 B
JSON
{
|
|
"name": "5etools",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"validate": "test-json-brew",
|
|
"merge": "node scripts/combine.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"5etools-utils": "^0.9.45"
|
|
}
|
|
}
|