{
  "name": "conllu-core",
  "version": "0.1.5",
  "description": "A core type to handle CoNLL-U format",
  "main": "bin/index.js",
  "homepage": "https://github.com/NattapongSiri/conllu_core",
  "keywords": [
    "conllu",
    "universal dependencies",
    "corpus",
    "load",
    "parse",
    "serialize",
    "deserialize",
    "save",
    "read",
    "write"
  ],
  "bugs": {
    "url": "https://github.com/NattapongSiri/conllu_core/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/NattapongSiri/conllu_core.git"
  },
  "type": "module",
  "types": "bin/index.d.ts",
  "scripts": {
    "build": "tsc",
    "clean": "rimraf ./bin/*",
    "test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'src/**/tests/**/*.ts' 'src/**/test/**/*.ts'"
  },
  "author": "Nattapong Sirilappanich",
  "license": "MIT",
  "devDependencies": {
    "@types/chai": "^4.2",
    "@types/mocha": "^8.0",
    "@types/node": "^14.11",
    "@types/xregexp": "^4.3",
    "chai": "^4.2",
    "mocha": "^8.1",
    "rimraf": "^3",
    "ts-node": "^9.0",
    "typescript": "^4.0"
  },
  "dependencies": {
    "xregexp": "^4.3"
  }
}
