{
  "name": "parser-1c-internal",
  "version": "1.0.0",
  "description": "",
  "main": "/build/index.js",
  "scripts": {
    "watch": "tsc --build tsconfig.json -w",
    "test": "mocha -r ts-node/register src/test/**/*.ts"
  },
  "types": "src/index.d.ts",
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/node": "^16.4.0",
    "typescript": "^4.3.5",
    "@types/chai": "^4.2.21",
    "@types/mocha": "^8.2.3",
    "@types/sinon": "^10.0.2",
    "chai": "^4.3.4",
    "mocha": "^9.0.2",
    "sinon": "^11.1.1",
    "ts-node": "^10.1.0"
  }
}
