{
  "name": "@tokey/css-value-parser",
  "description": "value parser for css",
  "version": "2.0.0",
  "type": "module",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "scripts": {
    "test": "mocha \"./dist/test/**/*.spec.js\""
  },
  "dependencies": {
    "@tokey/core": "^2.0.0"
  },
  "keywords": [
    "parser",
    "css",
    "value"
  ],
  "files": [
    "src",
    "dist",
    "!*/test",
    "!*/tsconfig.{json,tsbuildinfo}"
  ],
  "publishConfig": {
    "access": "public"
  },
  "author": "Dazl",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dazl-dev/tokey.git",
    "directory": "packages/css-value-parser"
  },
  "sideEffects": false
}
