tsl-textures
Version:
A collection of Three.js Shading Language (TSL) textures
51 lines (50 loc) • 1.26 kB
JSON
{
"name": "tsl-textures",
"version": "2.1.2",
"description": "A collection of Three.js Shading Language (TSL) textures ",
"main": "./src/tsl-textures.js",
"module": "./src/tsl-textures.js",
"exports": {
"./tsl-textures.js": {
"require": "./dist/cjs/tsl-textures.js",
"import": "./dist/tsl-textures.js"
},
".": {
"require": "./dist/cjs/tsl-textures.js",
"import": "./dist/tsl-textures.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/boytchev/tsl-textures.git"
},
"scripts": {
"build": "rollup -c",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"texture",
"tsl",
"three.js"
],
"homepage": "https://boytchev.github.io/tsl-textures/",
"author": "Pavel Boytchev",
"files": [
"LICENSE",
"package.json",
"README.md",
"dist",
"src"
],
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.4.0",
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"eslint": "^9.4.0",
"eslint-plugin-html": "^8.1.1",
"globals": "^15.15.0",
"rollup": "^4.37.0"
}
}