« 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: c48d868e439a98562eb5454314d4d41dd1df9ac3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "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"
    }
}