{
  "name": "@sword0916/wings-map",
  "version": "1.0.22",
  "description": "canvas map cad",
  "private": false,
  "main": "./src",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "live-server --port=7070",
    "watch": "webpack --watch",
    "build": "webpack",
    "pub": "npm publish --access public"
  },
  "author": "Sword",
  "keywords": [
    "canvas",
    "map"
  ],
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.21.4",
    "@babel/plugin-transform-runtime": "^7.21.4",
    "@babel/polyfill": "^7.12.1",
    "@babel/preset-env": "^7.21.4",
    "babel-loader": "^9.1.2",
    "file-loader": "^6.2.0",
    "url-loader": "^4.1.1",
    "webpack": "^5.78.0",
    "webpack-cli": "^5.0.1"
  },
  "dependencies": {
    "css-loader": "^6.9.0",
    "style-loader": "^3.3.4"
  }
}
