@scribehow/shaders
Version:
WebGL shaders used across various Scribe surfaces on web.
65 lines (64 loc) • 1.46 kB
JSON
{
"name": "@scribehow/shaders",
"author": "Scribe",
"version": "2.0.0",
"description": "WebGL shaders used across various Scribe surfaces on web.",
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"license": "MIT",
"scripts": {
"preinstall": "npx only-allow yarn",
"build": "tsup",
"dev": "tsup --watch & yarn preview",
"preview": "cd tests && yarn dev --open",
"check": "tsc -b",
"release": "yarn build && changeset version && changeset publish"
},
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"keywords": [
"scribehow",
"scribe",
"webgl",
"shaders"
],
"files": [
"dist/"
],
"dependencies": {
"ogl": "^1.0.11"
},
"devDependencies": {
"@changesets/cli": "^2.29.5",
"@tweakpane/core": "^2.0.5",
"@tweakpane/plugin-essentials": "^0.2.1",
"eslint": "8.56.0",
"tsup": "^8.5.0",
"tweakpane": "^4.0.5",
"typescript": "^5.5.2",
"typescript-eslint": "^7.14.1"
},
"peerDependencies": {
"@tweakpane/plugin-essentials": "^0.2.1",
"tweakpane": "^4.0.5"
},
"peerDependenciesMeta": {
"@tweakpane/plugin-essentials": {
"optional": true
},
"tweakpane": {
"optional": true
}
},
"packageManager": "yarn@4.9.2",
"publishConfig": {
"access": "public"
}
}