twgl.js/package.json
2023-07-12 11:37:43 -07:00

86 lines
2.4 KiB
JSON

{
"name": "twgl.js",
"version": "5.4.0",
"description": "A Tiny WebGL helper library",
"main": "dist/5.x/twgl-full.js",
"types": "dist/5.x/twgl-full.d.ts",
"module": "dist/5.x/twgl-full.module.js",
"scripts": {
"check-ci": "npm run lint && npm run build && npm test",
"test": "npm run testts && npm run testbrowser",
"testts": "tsc --project test/src/ts/",
"testbrowser": "node test/puppeteer.js",
"pre-push": "grunt eslint",
"lint": "grunt eslint",
"build": "grunt build",
"buildts": "grunt buildts",
"bumpminor": "grunt bumpminor",
"bumpmajor": "grunt bumpmajor",
"bumppatch": "grunt bumppatch",
"builddocs": "grunt docs",
"browserify": "grunt browserify",
"serve": "servez"
},
"repository": {
"type": "git",
"url": "https://github.com/greggman/twgl.js.git"
},
"keywords": [
"WebGL",
"twgl",
"util",
"helper"
],
"author": "Greggman",
"license": "MIT",
"bugs": {
"url": "https://github.com/greggman/twgl.js/issues"
},
"homepage": "https://github.com/greggman/twgl.js",
"files": [
"dist/5.x/twgl-full.js",
"dist/5.x/twgl.js",
"dist/5.x/twgl-full.d.ts",
"dist/5.x/twgl.d.ts",
"dist/5.x/twgl-full.module.js"
],
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/node": "^7.19.1",
"@babel/plugin-transform-modules-commonjs": "^7.18.6",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.19.4",
"@types/node": "^18.11.0",
"almond": "^0.3.3",
"babel-loader": "^8.2.5",
"eslint": "^7.9.0",
"eslint-plugin-google-camelcase": "0.0.2",
"eslint-plugin-html": "^7.1.0",
"eslint-plugin-one-variable-per-var": "0.0.3",
"eslint-plugin-optional-comma-spacing": "0.0.4",
"eslint-plugin-require-trailing-comma": "0.0.1",
"esm": "^3.2.25",
"grunt": "^1.5.3",
"grunt-browserify": "^6.0.0",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-eslint": "^24.0.0",
"grunt-jsdoc": "^2.4.1",
"grunt-rollup": "^12.0.0",
"grunt-ts": "^6.0.0-beta.22",
"grunt-webpack": "^4.0.2",
"load-grunt-tasks": "^5.1.0",
"marked": "^4.1.1",
"minami": "^1.2.3",
"puppeteer": "^19.6.3",
"requirejs": "^2.3.5",
"rollup": "^3.2.2",
"semver": "^7.3.8",
"servez": "^1.14.1",
"terser-webpack-plugin": "^4.2.2",
"tsd-jsdoc": "^2.1.2",
"typescript": "^3.9.7",
"webpack": "^4.44.2"
}
}