17 lines
399 B
JSON
17 lines
399 B
JSON
{
|
|
"name": "miwafu",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"fs-extra": "^7.0.1",
|
|
"js-yaml": "^3.13.1",
|
|
"json-stable-stringify": "^1.0.1",
|
|
"pajv": "^1.2.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo pajv validate -s src/schema/entry.json -d 'src/dictionary/*/*.yaml' --errors=text > /dev/null",
|
|
"prebuild": "npm test"
|
|
},
|
|
"dependencies": {
|
|
"@fedran/miwafu": "^0.2.1"
|
|
}
|
|
}
|