jetcode-scrubjs
Version:
HTML5 Game Library with a Focus on Ease of Learning
38 lines (37 loc) • 952 B
JSON
{
"name": "jetcode-scrubjs",
"private": false,
"version": "2.3.4",
"description": "HTML5 Game Library with a Focus on Ease of Learning",
"repository": {
"type": "git",
"url": "git+https://github.com/jetcode-org/scrub.js.git"
},
"author": "Andrey Nilov",
"license": "MIT",
"bugs": {
"url": "https://github.com/jetcode-org/scrub.js/issues"
},
"homepage": "https://github.com/jetcode-org/scrub.js#readme",
"keywords": ["HTML5", "game", "2d", "library", "canvas", "javascript", "typescript"],
"devDependencies": {
"tsup": "^8.4.0",
"typescript": "^5.8.3"
},
"scripts": {
"build": "tsup",
"watch": "tsup --watch"
},
"directories": {
"doc": "docs"
},
"files": ["dist"],
"main": "./dist/scrub.mjs",
"types": "./dist/scrub.d.ts",
"browser": "./dist/scrub.js",
"exports": {
"import": "./dist/scrub.mjs",
"require": "./dist/scrub.cjs",
"default": "./dist/scrub.mjs"
}
}