UNPKG

@kvs/types

Version:
59 lines (58 loc) 1.26 kB
{ "name": "@kvs/types", "version": "2.1.4", "description": "A type definition for KVS.", "keywords": [ "types", "kvs" ], "homepage": "https://github.com/azu/kvs/tree/master/packages/types/", "bugs": { "url": "https://github.com/azu/kvs/issues" }, "repository": { "type": "git", "url": "https://github.com/azu/kvs.git" }, "license": "MIT", "author": "azu", "sideEffects": false, "main": "lib/index.js", "types": "lib/index.d.ts", "directories": { "lib": "lib", "test": "test" }, "files": [ "bin/", "lib/" ], "scripts": { "build": "tsc -p .", "clean": "rimraf lib/ module/", "prettier": "prettier --write \"**/*.{js,jsx,ts,tsx,css}\"", "prepublishOnly": "npm run clean && npm run build", "test": "tsc -p test", "watch": "tsc -p . --watch" }, "tsd": { "directory": "test" }, "prettier": { "printWidth": 120, "singleQuote": false, "tabWidth": 4, "trailingComma": "none" }, "devDependencies": { "@types/node": "^20.4.2", "prettier": "^3.0.0", "rimraf": "^5.0.1", "tsd": "^0.28.1", "typescript": "^5.1.6" }, "publishConfig": { "access": "public" }, "gitHead": "d7a5ac9d3c859cceaa75711916bc6bb4e6cd61be" }