UNPKG

@iiif/3d-manifesto-dev

Version:

IIIF Presentation API utility library for client and server with 3D extension

73 lines (72 loc) 2.29 kB
{ "name": "@iiif/3d-manifesto-dev", "version": "0.6.1", "description": "IIIF Presentation API utility library for client and server with 3D extension", "main": "./dist-commonjs/index.js", "module": "./dist-esmodule/index.js", "scripts": { "build:commonjs": "tsc", "build:docs": "typedoc", "build:esmodule": "tsc -m es6 --outDir dist-esmodule", "build:types": "dts-bundle-generator --umd-module-name manifesto -o types/index.d.ts dist-esmodule/index.d.ts", "build:umd": "webpack", "build:var": "cross-env NODE_WEBPACK_LIBRARY_PATH=dist-var NODE_WEBPACK_LIBRARY_TARGET=var webpack", "build": "npm run clean && npm run build:commonjs && npm run build:esmodule && npm run build:umd && npm run build:var && npm run build:types", "clean": "rimraf -rf dist-umd dist-var types", "lint:all": "prettier --write \"./src/**/*.{js,jsx,json,css,ts,tsx}\"", "prepublishOnly": "npm run build && npm run test", "test": "mocha --config=mocha_3d_tests.js", "test:3d": "mocha --config=mocha_3d_tests.js", "test:all": "mocha", "watch": "npm run build:esmodule -- --watch" }, "engines": { "node": ">=8.9.1", "npm": ">=3.10.8" }, "repository": { "type": "git", "url": "git+https://github.com/IIIF-Commons/manifesto-3d.git" }, "keywords": [ "IIIF" ], "author": "@edsilv", "license": "MIT", "bugs": { "url": "https://github.com/IIIF-Commons/manifesto-3d/issues" }, "homepage": "https://iiif-commons.github.io/manifesto-3d/", "dependencies": { "@edsilv/http-status-codes": "^1.0.3", "@iiif/vocabulary": "^1.0.26", "chai": "^2.3.0", "cross-env": "^7.0.3", "dts-bundle-generator": "^9.1.0", "finalhandler": "^1.2.0", "isomorphic-unfetch": "^3.0.0", "lodash": "^4.17.21", "mocha": "^10.2.0", "node-fetch": "2", "prettier": "^3.1.1", "rimraf": "^5.0.5", "serve-static": "^1.15.0", "ts-loader": "^9.5.1", "typescript": "^5.3.3", "unfetch": "^4.2.0", "webpack": "^5.89.0", "color-string": "1.9", "threejs-math": "^0.147" }, "directories": { "test": "test" }, "devDependencies": { "cpy-cli": "^5.0.0", "typedoc": "^0.25.8", "webpack-cli": "^5.1.4" }, "publishConfig": { "access": "public" } }