rul2d
Version:
Rul2d is a powerful and flexible TypeScript library for creating games using HTML5 Canvas.
53 lines (52 loc) • 1.27 kB
JSON
{
"name": "rul2d",
"version": "2.2.4",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/index.js",
"dist/index.d.ts"
],
"scripts": {
"build": "rollup -c && rmdir /S /Q dist\\types",
"watch": "nodemon",
"prepublishOnly": "npm run build",
"dev": "rollup -c --test",
"docs": "typedoc"
},
"keywords": [
"game",
"engine",
"2d",
"typescript",
"html5",
"canvas",
"rul2d",
"rul"
],
"author": "Rul",
"license": "MIT",
"description": "Rul2d is a powerful and flexible TypeScript library for creating games using HTML5 Canvas.",
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.3",
"@rollup/plugin-node-resolve": "^16.0.1",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.2",
"@types/node": "22.15.17",
"nodemon": "^3.1.10",
"rollup": "^4.39.0",
"rollup-auto-index": "^1.2.0",
"rollup-plugin-dts": "^6.2.1",
"tslib": "^2.8.1",
"typedoc": "^0.28.4"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/Rul991/rul2d.git"
},
"publishConfig": {
"access": "public"
}
}