UNPKG

ogl-typescript

Version:

TypeScript port of OGL WebGL Library

61 lines (60 loc) 1.47 kB
{ "name": "ogl-typescript", "version": "0.1.40", "description": "TypeScript port of OGL WebGL Library", "module": "lib/index.js", "types": "lib/index.d.ts", "sideEffects": false, "directories": { "example": "examples" }, "files": [ "lib" ], "publishConfig": { "access": "public" }, "scripts": { "dev": "vite", "build": "tsc", "build:examples": "vite build" }, "repository": { "type": "git", "url": "git+https://github.com/nshen/ogl-typescript" }, "keywords": [ "webgl", "ogl", "ogl-typescript" ], "author": { "name": "Nathan Gordon", "email": "gordonnl@gmail.com", "url": "https://twitter.com/gordonnl" }, "license": "MIT", "bugs": { "url": "https://github.com/nshen/ogl-typescript/issues" }, "homepage": "https://github.com/nshen/ogl-typescript", "devDependencies": { "prettier": "^2.2.1", "rimraf": "^3.0.2", "typescript": "^4.2.4", "vite": "^2.1.5" }, "prettier": { "arrowParens": "always", "bracketSpacing": true, "endOfLine": "lf", "htmlWhitespaceSensitivity": "css", "printWidth": 150, "quoteProps": "as-needed", "semi": true, "singleQuote": true, "tabWidth": 4, "trailingComma": "es5", "useTabs": false } }