« get me outta code hell

package.json - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/package.json
blob: 2f44ab8200f9d3ec4f68558a0beba4f67f2eca79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
    "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": "tape test/**/*.js",
        "dev": "eslint src && node src/upd8.js"
    },
    "dependencies": {
        "command-exists": "^1.2.9",
        "fix-whitespace": "^1.0.4",
        "he": "^1.2.0",
        "js-yaml": "^4.1.0"
    },
    "license": "GPL-3.0",
    "devDependencies": {
        "eslint": "^8.18.0",
        "tape": "^5.4.1"
    }
}