{
  "name": "nanosheets",
  "version": "0.0.19",
  "description": "A minimal spreadsheet editor",
  "main": "nanosheets.js",
  "scripts": {
    "start": "npx -y  http-server -c-1 -o .  ",
    "build": "./publish.sh"
  },
  "keywords": [
    "sheets",
    "minimal",
    "table",
    "excel",
    "vanillajs"
  ],
  "author": "Renan LE CARO",
  "license": "MIT"
}
