-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
14 lines (14 loc) · 875 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name": "pico2map",
"version": "0.4.2",
"description": "2D Tiled map editor for RPG / Action game",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "(cd packages/tiled-colision-detector && npm run build) && (cd packages/tiled-map && npm run build) && (cd packages/map-editor && npm run build) && (cd packages/map-editor-components && npm run build) && (cd packages/map-editor-examples && npm run build)",
"build-ci": "(cd packages/tiled-colision-detector && npm run build) && (cd packages/tiled-map && npm run build) && (cd packages/map-editor && npm run build) && (cd packages/map-editor-components && npm run build)",
"test": "(cd packages/tiled-colision-detector && npm test) && (cd packages/tiled-map && npm test) && (cd packages/map-editor && npm test) && (cd packages/map-editor-components && npm test)"
},
"author": "piyoppi"
}