{
	"name": "wgsl-noise",
	"version": "1.0.1",
	"description": "webgl-noise ported to WGSL",
	"main": "dist/main.js",
	"type": "module",
	"types": "dist/main.d.ts",
	"repository": {
		"url": "https://github.com/ZRNOF/wgsl-noise"
	},
	"scripts": {},
	"keywords": [
		"wgsl",
		"noise",
		"cellular",
		"perlin",
		"simplex"
	],
	"author": "Ian McEwan, Ashima Arts, Stefan Gustavson, Zaron Chen",
	"license": "MIT",
	"devDependencies": {
		"@webgpu/types": "^0.1.38",
		"orton": "^0.0.0"
	}
}
