UNPKG

@hecom/specials

Version:

A tool to manage general or special handle.

42 lines (41 loc) 1.05 kB
{ "name": "@hecom/specials", "version": "2.1.1", "private": false, "description": "A tool to manage general or special handle.", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "start": "tsc -w", "build": "tsc", "test": "jest", "patch": "npm version patch -m 'Bump version %s';git push origin master --tags", "minor": "npm version minor -m 'Bump version %s';git push origin master --tags" }, "repository": { "type": "git", "url": "git+https://github.com/hecom-rn/specials.git" }, "keywords": [ "General", "Special", "Handle" ], "author": "baiyudong", "license": "MIT", "bugs": { "url": "https://github.com/hecom-rn/specials/issues", "email": "baiyudong@hecom.cn" }, "homepage": "https://github.com/hecom-rn/specials#readme", "devDependencies": { "@types/jest": "^24.0.6", "jest": "^24.1.0", "ts-jest": "^24.0.0", "typescript": "^3.3.3" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }