@bitsy/hecks
Version:
a collection of re-usable scripts for bitsy game maker
50 lines (49 loc) • 1.28 kB
JSON
{
"name": "@bitsy/hecks",
"description": "a collection of re-usable scripts for bitsy game maker",
"keywords": [
"bitsy",
"hacks"
],
"main": "index.mjs",
"version": "7.0.2",
"scripts": {
"build": "rollup -c",
"test": "jest --runInBand",
"lint": "eslint ./src/*.js --ignore-pattern **/*.test.js",
"prepare": "npm run build"
},
"author": "Sean S. LeBlanc <sean.s.leblanc@gmail.com>",
"license": "MIT (individual hacks have their own license specified)",
"repository": {
"type": "git",
"url": "git://github.com/seleb/bitsy-hacks.git"
},
"dependencies": {
"array-flat-polyfill": "^1.0.1",
"babylonjs": "^4.0.3",
"input-gamepads.js": "^2.0.2",
"omggif": "^1.0.10",
"rollup": "^1.20.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"tracery-grammar": "^2.7.4",
"webglazy": "^3.0.2"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/runtime": "^7.5.5",
"doctrine": "^3.0.0",
"eslint": "^6.2.2",
"jest": "^24.9.0",
"jest-image-snapshot": "^2.10.0",
"puppeteer": "^1.19.0"
},
"jest": {
"testEnvironment": "node",
"setupFilesAfterEnv": [
"<rootDir>/src/test/setupTests.js"
]
}
}