{
  "name": "@ccdc-opensource/ngl",
  "version": "2.0.0-ccdc.4",
  "description": "Scalable molecular graphics for the web",
  "main": "dist/ngl.umd.js",
  "module": "dist/ngl.esm.js",
  "types": "dist/declarations/ngl.d.ts",
  "scripts": {
    "lint": "npm run lint-src && npm run lint-test && npm run lint-script",
    "lint-src": "standard \"src/**/*.js\"",
    "lint-test": "standard --env mocha \"test/**/*.js\"",
    "lint-script": "standard --global stage --global NGL \"examples/scripts/**/*.js\"",
    "dts": "tsc -d --declarationDir \"dist/declarations\" --emitDeclarationOnly --skipLibCheck",
    "prebuild": "npm run lint",
    "build": "npm run dts && rollup -c",
    "postbuild": "node ./scripts/makeScriptsList.js",
    "test": "jest",
    "preversion": "npm test",
    "version": "npm run build-min && git add -A dist",
    "postversion": "git push && git push --tags",
    "prepare": "npm test",
    "devpublish": "npm publish --tag next",
    "doc": "typedoc --mode file --includes doc/usage/ --media doc/usage/ --out build/docs/ ./src/",
    "watch": "rollup -c -w",
    "deploy": "./scripts/deploy.sh prerelease",
    "gallery": "./scripts/gallery.sh",
    "prerelease": "./scripts/release.sh prerelease",
    "build-min": "npm run lint && npm run dts && rollup -c rollup.config.dist.js"
  },
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "transform": {
      "\\.ts$": "ts-jest",
      "\\.es6\\.js": "babel-jest"
    },
    "testRegex": "\\.spec\\.ts|kin.*test.ts$",
    "testURL": "http://localhost"
  },
  "homepage": "https://github.com/arose/ngl#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/arose/ngl.git"
  },
  "bugs": {
    "url": "https://github.com/arose/ngl/issues"
  },
  "files": [
    "dist"
  ],
  "author": "Alexander Rose <alexander.rose@weirdbyte.de>",
  "contributors": [],
  "license": "MIT",
  "keywords": [
    "molecular graphics",
    "molecular structure",
    "chemical structure",
    "science"
  ],
  "devDependencies": {
    "@babel/core": "^7.8.4",
    "@babel/plugin-external-helpers": "^7.8.3",
    "@babel/preset-env": "^7.8.4",
    "@babel/register": "^7.8.3",
    "@rollup/plugin-commonjs": "^17.1.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^11.1.1",
    "@rollup/plugin-typescript": "^8.1.1",
    "@types/chroma-js": "^1.3.5",
    "@types/jest": "^23.3.14",
    "@types/node": "^10.17.9",
    "@types/promise-polyfill": "^6.0.4",
    "@types/signals": "1.0.1",
    "@types/sprintf-js": "^1.1.2",
    "babel-plugin-array-includes": "^2.0.3",
    "babelrc-rollup": "^3.0.0",
    "jest": "^25.5.1",
    "mocha": "^5.2.0",
    "rollup": "^2.38.5",
    "rollup-plugin-internal": "^1.0.4",
    "rollup-plugin-terser": "^7.0.2",
    "slimerjs": "^1.0.0",
    "source-map-support": "^0.5.6",
    "standard": "^11.0.1",
    "ts-jest": "25.5.1",
    "tslib": "^2.3.1",
    "typedoc": "^0.22.10",
    "typescript": "^3.9.7"
  },
  "dependencies": {
    "@types/three": "^0.134.0",
    "chroma-js": "^2.1.2",
    "promise-polyfill": "^8.2.1",
    "signals": "^1.0.0",
    "sprintf-js": "^1.1.2",
    "three": "^0.134.0"
  }
}
