nvk-essentials
Version:
Essential development tools for nvk
35 lines (34 loc) • 734 B
JSON
{
"name": "nvk-essentials",
"main": "index.js",
"version": "0.1.2",
"engines": {
"node": ">= 10.9.0"
},
"devDependencies": {},
"dependencies": {},
"scripts": {
"test": "node --experimental-modules tests/index.mjs"
},
"description": "Essential development tools for nvk",
"repository": {
"type": "git",
"url": "git+https://github.com/maierfelix/nvk-essentials.git"
},
"keywords": [
"nvk",
"vulkan",
"spirv",
"glsl",
"shader"
],
"author": "Felix Maier",
"license": "MIT",
"bugs": {
"url": "https://github.com/maierfelix/nvk-essentials/issues"
},
"homepage": "https://github.com/maierfelix/nvk-essentials#readme",
"directories": {
"test": "tests"
}
}