← back to Thedesignerlibrary

package.json

15 lines

{
  "name": "thedesignerlibrary",
  "version": "1.1.0",
  "description": "The Designer Library — a 3D bookshelf of Designer Wallcoverings collections, brands, styles and hues",
  "main": "server.js",
  "type": "commonjs",
  "scripts": {
    "start": "node server.js",
    "build:data": "node scripts/build-library.mjs"
  },
  "dependencies": {
    "express": "^4.19.2"
  }
}