1234567891011121314151617181920212223 |
- {
- "name": "hsmusic-wiki",
- "version": "0.1.0",
- "description": "static wiki software cataloguing collaborative creation",
- "type": "module",
- "main": "upd8.js",
- "bin": {
- "hsmusic": "./src/upd8.js"
- },
- "scripts": {
- "test": "tape test/**/*.js"
- },
- "dependencies": {
- "fix-whitespace": "^1.0.4",
- "he": "^1.2.0",
- "js-yaml": "^4.1.0"
- },
- "license": "GPL-3.0",
- "devDependencies": {
- "tape": "^5.4.1"
- }
- }
|