package.json 1.13 KB
{
  "name": "arcsjs",
  "version": "0.9.8",
  "description": "Augmented Reality Component System in web browser and node environment",
  "homepage": "http://arcs.ibisc.fr",
  "repository": {
    "type": "git",
    "url": "https://forge.ibisc.univ-evry.fr/arcs/arcs.js.git"
  },
  "bin": {
    "arcsrepos": "tools/arcsrepos.js",
    "arcsm" : "tools/arcsm.js",
    "arcsnode": "tools/arcs_node.js"
  },
  "main": "build/arcs.js",
  "scripts": {
    "build": "npx webpack --config-name core",
    "doc": "npx webpack --config-name doc",
    "test": "npx mocha"
  },
  "keywords": [
    "Augmented Reality"
  ],
  "eslintConfig": {
    "env": {
      "browser": true,
      "es2021": true
    },
    "parserOptions": {
      "sourceType": "module"
    },
    "rules": {
      "func-style": "off"
    }
  },
  "author": "Jean-Yves Didier",
  "license": "GPL-3.0-or-later",
  "devDependencies": {
    "chai": "4.3.4",
    "chalk": "^5.2.0",
    "ws": "^8.13.0",
    "copy-webpack-plugin": "^9.0.1",
    "eslint-webpack-plugin": "^3.0.1",
    "jsdoc-webpack-plugin": "^0.3.0",
    "mocha": "^9.1.4",
    "val-loader": "^4.0.0",
    "webpack-cli": "^4.9.2"
  }
}