{
    "name": "@git-emoji/dataset-js",
    "description": "Emoji data and contextual emoji data",
    "author": "git-emoji",
    "version": "0.0.10",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/git-emoji/dataset-js.git"
    },
    "main": "out/index.js",
    "keywords": [
        "dataset",
        "emoji",
        "git",
        "git-emoji"
    ],
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/git-emoji/dataset-js/issues"
    },
    "homepage": "https://github.com/git-emoji/dataset-js#readme",
    "scripts": {
        "build": "tsc",
        "test": "npm run build && node node_modules/mocha/bin/mocha.js --ui tdd out/test/**.test.js"
    },
    "devDependencies": {
        "@types/assert": "^1.5.6",
        "@types/mocha": "^9.1.1",
        "@types/node": "^18.7.18",
        "assert": "^2.0.0",
        "mocha": "^10.0.0",
        "typescript": "^4.7.4"
    }
}
