UNPKG

mas-piano-validator

Version:

This repository contains the core library to validate the piano files used in the Monika After Story DDLC Mod.

68 lines (67 loc) 1.57 kB
{ "name": "mas-piano-validator", "description": "This repository contains the core library to validate the piano files used in the Monika After Story DDLC Mod.", "version": "2.0.0", "main": "index.js", "types": "index.d.ts", "license": "MIT", "dependencies": { "ajv": "^6.10.0" }, "devDependencies": { "jest": "^24.8.0", "np": "^5.0.3", "tsd": "^0.7.3", "xo": "^0.24.0" }, "engines": { "node": ">=8" }, "scripts": { "release": "np", "test": "xo && jest && tsd" }, "xo": { "ignores": [ "*d.ts" ], "envs": [ "jest" ] }, "jest": { "collectCoverage": true }, "author": { "name": "Nicola Dal Maso", "url": "https://github.com/niktekusho/" }, "bugs": { "url": "https://github.com/niktekusho/mas-piano-validator/issues" }, "contributors": [ { "name": "Nicola Dal Maso", "url": "https://github.com/niktekusho/" } ], "files": [ "schema", "index.d.ts" ], "homepage": "https://github.com/niktekusho/mas-piano-validator", "keywords": [ "DDLC", "ddlc", "MAS", "mas", "Piano", "piano", "MAS Piano", "mas piano" ], "repository": { "type": "git", "url": "https://github.com/niktekusho/mas-piano-validator" } }