16 lines
349 B
JSON
16 lines
349 B
JSON
{
|
|
"private": "true",
|
|
"name": "ray-lab",
|
|
"version": "1.0.0",
|
|
"description": "WebGL rendering engine based on native TypeScript.",
|
|
"scripts": {
|
|
"hmr-engine": "webpack serve --config ./webpack/Config.js --mode development --env entry=freeTest"
|
|
},
|
|
"keywords": [
|
|
"ray",
|
|
"ray-lab",
|
|
"3d",
|
|
"gl"
|
|
],
|
|
"author": "MrKBear"
|
|
} |