{
  "name": "onix-gen-funstory",
  "version": "0.1.17",
  "description": "onix generator",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc && cp libs/onixTmp.xml dist/libs/",
    "prepublish": "npm run build",
    "test": "npx ts-node --files ./test/index.test.ts"
  },
  "keywords": [
    "onix",
    "funstory"
  ],
  "author": "Mark Chow",
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^12.7.3",
    "ts-node": "^8.3.0",
    "tslint": "^5.19.0",
    "typescript": "^3.6.2"
  },
  "dependencies": {
    "moment": "^2.24.0",
    "xml2js": "^0.4.19"
  }
}
