{
  "name": "cross-shader",
  "version": "0.2.3",
  "description": "⚔️ A cross compiler for shader languages. Convert between GLSL, HLSL, Metal Shader Language, or older versions of GLSL.",
  "main": "cross-shader.js",
  "scripts": {
    "build": "cd wasm & & emcmake cmake .. & emmake make CrossShader -j",
    "start": "npm run build",
    "test": "ava tests/test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alaingalvan/crossshader.git"
  },
  "keywords": [
    "glsl",
    "hlsl",
    "msl",
    "metal",
    "opengl",
    "webgl",
    "directx",
    "vulkan",
    "shader",
    "transpiler",
    "compiler",
    "transpile",
    "graphics"
  ],
  "author": "Alain Galvan",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alaingalvan/crossshader/issues"
  },
  "homepage": "https://github.com/alaingalvan/crossshader#readme",
  "devDependencies": {
    "@types/node": "^10.12.x",
    "ava": "^1.0.x",
    "codecov": "^3.1.x",
    "coveralls": "^3.0.x",
    "nyc": "^13.0.x"
  }
}
