-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
34 lines (34 loc) · 914 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "phaser-matter-collision-plugin-root",
"private": true,
"workspaces": [
"workspaces/*"
],
"scripts": {
"start": "yarn workspaces foreach run start",
"ws:plugin": "yarn workspace plugin",
"ws:ts-example": "yarn workspace typescript-example",
"prettier": "prettier --check \"workspaces/*/src/**/*.{js,ts}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikewesthad/phaser-matter-collision-plugin.git"
},
"keywords": [
"matter.js",
"phaser",
"collision detection",
"game engine",
"physics engine"
],
"author": "Michael Hadley",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikewesthad/phaser-matter-collision-plugin/issues"
},
"homepage": "https://github.com/mikewesthad/phaser-matter-collision-plugin#readme",
"devDependencies": {
"concurrently": "^6.2.0",
"prettier": "^2.3.1"
}
}