12345678910111213141516171819202122232425262728293031323334 |
- {
- "name": "hsmusic-wiki",
- "version": "0.1.0",
- "description": "static wiki software cataloguing collaborative creation",
- "type": "module",
- "main": "src/upd8.js",
- "bin": {
- "hsmusic": "./src/upd8.js"
- },
- "scripts": {
- "test": "tap 'test/snapshot/*.js' 'test/unit/**/*.js'",
- "dev": "eslint src && node src/upd8.js"
- },
- "dependencies": {
- "chroma-js": "^2.4.2",
- "command-exists": "^1.2.9",
- "eslint": "^8.37.0",
- "he": "^1.2.0",
- "js-yaml": "^4.1.0",
- "marked": "^5.0.2",
- "word-wrap": "^1.2.3"
- },
- "license": "GPL-3.0",
- "devDependencies": {
- "chokidar": "^3.5.3",
- "tap": "^16.3.4",
- "tcompare": "^6.0.0"
- },
- "tap": {
- "coverage": false,
- "coverage-report": false
- }
- }
|