miwafu/package.json

18 lines
399 B
JSON
Raw Normal View History

{
"name": "miwafu",
"private": true,
"devDependencies": {
"fs-extra": "^7.0.1",
2019-08-28 04:41:13 +00:00
"js-yaml": "^3.13.1",
"json-stable-stringify": "^1.0.1",
"pajv": "^1.2.0"
},
"scripts": {
2022-08-22 19:31:21 +00:00
"test": "echo pajv validate -s src/schema/entry.json -d 'src/dictionary/*/*.yaml' --errors=text > /dev/null",
"prebuild": "npm test"
},
2024-12-08 05:30:38 +00:00
"dependencies": {
"@fedran/miwafu": "^0.2.1"
2024-12-08 05:30:38 +00:00
}
}