{
  "name": "usedjs",
  "version": "1.0.3",
  "description": "used.js 是一个轻量级小巧的可运行在浏览器中的 JavaScript 函数库",
  "main": "lib/index.js",
  "scripts": {
    "test": "node __test__/index.js",
    "build": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/icepy/used.git"
  },
  "keywords": [
    "javascript", 
    "utils", 
    "typescript",
    "env",
    "is",
    "cookie",
    "uuid",
    "compare version",
    "loggers",
    "querystring",
    "url",
    "parseURLString"
  ],
  "author": "icepy",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/icepy/used/issues"
  },
  "homepage": "https://github.com/icepy/used#readme"
}
