{
  "name": "@onlabsorg/swan-js",
  "version": "0.13.0",
  "description": "A simple yet powerful expression language written in JavaScript",
  "keywords": [
    "functional",
    "sandboxed",
    "expression",
    "engine",
    "async",
    "promise",
    "immutable"
  ],
  "main": "index.js",
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "bin": {
    "swan": "./bin/swan"  
  },
  "scripts": {
    "develop": "webpack --mode development --watch",
    "build": "bin/build",
    "test": "mocha test/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/onlabsorg/swan-js.git"
  },
  "homepage": "https://github.com/onlabsorg/swan-js#readme",
  "bugs": {
    "url": "https://github.com/onlabsorg/swan-js/issues"
  },
  "author": "Marcello Del Buono (m.delbuono@gmail.com)",
  "license": "MIT",
  "devDependencies": {
    "chai": "^4.2.0",
    "express": "^4.17.1",
    "webpack": "^5.3.2",
    "webpack-cli": "^4.1.0"
  },
  "dependencies": {
    "commander": "^8.3.0",
    "isomorphic-fetch": "^3.0.0",
    "path-browserify": "^1.0.1"
  }
}
