{
  "name": "fscss",
  "description": "Figured Shorthand Cascading Style Sheet",
  "version": "1.1.24",
  "type": "module",
  "main": "lib/index.js",
  "bin": {
    "fscss": "bin/fscss.js"
  },
  "scripts": {
    "start": "node index.js",
    "test": "node bin/fscss.js example.fscss example.css"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Figsh/xfscss.git"
  },
  "keywords": [
    "node",
    "figsh_css",
    "css",
    "fscss",
    "xfscss",
    "preprocessor",
    "lightweight"
  ],
  "author": "Figsh",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Figsh/xfscss/issues"
  },
  "homepage": "https://fscss.devtem.org",
  "dependencies": {
    "express": "^4.18.2",
    "dotenv": "^16.0.3"
  },
  "devDependencies": {
    "mocha": "^10.0.0",
    "chai": "^4.3.4"
  },
  "directories": {
    "lib": "lib"
  }
}
