-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 986 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
{
"name": "@excaliburjs/plugin-spritefusion",
"version": "0.29.0",
"description": "Excalibur Sprite Fusion Plugin",
"main": "dist/excalibur-spritefusion.min.js",
"typings": "dist/src/index.d.ts",
"scripts": {
"start": "webpack-dev-server --config webpack.config.test.js --open",
"start:no-open": "webpack-dev-server --config webpack.config.test.js",
"start:ci-server": "webpack --config webpack.config.test.js && http-server ./example --port 8080",
"watch": "webpack --progress --watch",
"build": "cross-env NODE_ENV=production webpack"
},
"author": "Erik Onarheim",
"license": "BSD-2-Clause",
"devDependencies": {
"cross-env": "7.0.3",
"excalibur": "~0.29.0",
"http-server": "14.1.1",
"ts-loader": "9.5.1",
"typescript": "5.3.3",
"webpack": "5.89.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1"
},
"peerDependencies": {
"excalibur": "~0.29.0"
},
"dependencies": {
"zod": "3.22.4"
}
}