16 lines
311 B
JSON
16 lines
311 B
JSON
{
|
|
"name": "wgsl-reflect",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "./tests/index.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"folktest": "git+https://git.kitsu.cafe/rowan/folktest.git"
|
|
}
|
|
}
|