@smoud/tiny
Version:
Fast and tiny JavaScript library for HTML5 game and playable ads creation.
72 lines (71 loc) • 1.76 kB
JSON
{
"name": "@smoud/tiny",
"version": "3.0.7",
"description": "Fast and tiny JavaScript library for HTML5 game and playable ads creation.",
"main": "./dist/tiny.js",
"module": "./dist/tiny.esm.js",
"exports": {
".": {
"import": "./dist/tiny.esm.js",
"require": "./dist/tiny.cjs.js"
},
"./examples/*": "./examples/jsm/*",
"./src/*": "./src/*",
"./app": "./src/tiny.app.js",
"./2d": "./src/2d.js",
"./3d": "./src/3d.js",
"./webgl": "./src/webgl.js",
"./extras/*": {
"import": "./extras/*",
"require": "./dist/extras/*"
}
},
"files": [
"src",
"dist",
"extras",
"examples/js",
"examples/jsm",
"README.md"
],
"scripts": {
"dev": "node ./scripts/webpack.dev.js",
"build": "node ./scripts/webpack.build.js",
"test": "node ./scripts/webpack.dev.js --test",
"examples": "npx http-server ."
},
"homepage": "https://github.com/smoudjs/tiny#readme",
"bugs": "https://github.com/smoudjs/tiny/issues",
"repository": {
"type": "git",
"url": "https://github.com/smoudjs/tiny.git"
},
"keywords": [
"2d",
"3d",
"html5",
"canvas",
"engine",
"library",
"game",
"tiny",
"javascript",
"playable",
"three"
],
"author": "Peter Hutsul",
"license": "MIT",
"devDependencies": {
"@babel/preset-env": "^7.22.10",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"file-loader": "^6.2.0",
"glob": "^10.3.3",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.3",
"http-server": "^14.1.1",
"three": "^0.112.1",
"webpack": "^5.88.2",
"webpack-dev-server": "^4.15.1"
}
}