newgrounds-boom
Version:
Newgrounds.io plugin for Kaboom
58 lines (57 loc) • 1.43 kB
JSON
{
"name": "newgrounds-boom",
"version": "2.0.0-demo-4",
"description": "Newgrounds.io plugin for Kaboom",
"type": "module",
"main": "./dist/newgrounds.cjs",
"module": "./dist/newgrounds.mjs",
"types": "./dist/types.d.ts",
"exports": {
".": {
"import": "./dist/newgrounds.mjs",
"require": "./dist/newgrounds.cjs"
},
"./global": "./dist/global.js"
},
"typesVersions": {
"*": {
"global": [
"./dist/global.d.ts"
]
}
},
"scripts": {
"build": "node scripts/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lajbel/newgrounds-boom.git"
},
"files": [
"dist/",
"src/",
"README.md"
],
"keywords": [
"kaboom",
"kaboomjs",
"newgrounds",
"newgrounds.io",
"plugin",
"api"
],
"author": "lajbel<lajbelms@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lajbel/newgrounds-boom/issues"
},
"homepage": "https://github.com/lajbel/newgrounds-boom#readme",
"dependencies": {
"kaboom": "^2000.2.9",
"newgrounds.js": "^3.1.2"
},
"devDependencies": {
"esbuild": "^0.15.10",
"typescript": "^4.8.4"
}
}