msnp-wiki/package.json

14 lines
343 B
JSON
Raw Permalink Normal View History

2024-10-10 15:38:51 -04:00
{
"name": "yellows-msnp-wiki",
"version": "0.0.1",
"description": "The yellows111 MSNP wiki that aims for accuracy.",
"author": "yellows111",
"license": "UNLICENSED",
"dependencies": {
"yiki": "git+https://git.kevinthe.horse/yellows111/yiki.git#semver:*"
},
"scripts": {
"build": "node ./node_modules/yiki/ymake.js"
}
}