{
  "name": "nvk-essentials-js",
  "main": "dist/index.js",
  "version": "0.1.2",
  "engines": {
    "node": ">= 10.9.0"
  },
  "devDependencies": {
    "@types/node": "^12.0.12"
  },
  "dependencies": {},
  "scripts": {
    "build": "tsc",
    "test": "npm run build && node dist/tests/index.js",
    "prepublish": "npm run build"
  },
  "description": "Essential development tools for nvk",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zeeshan595/nvk-essentials-js.git"
  },
  "keywords": [
    "nvk",
    "vulkan",
    "spirv",
    "glsl",
    "shader",
    "array",
    "buffer",
    "data",
    "byte"
  ],
  "author": "Zeeshan Abid",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zeeshan595/nvk-essentials-js/issues"
  },
  "homepage": "https://github.com/zeeshan595/nvk-essentials-js#readme"
}
