UNPKG

ts-pinblock

Version:
50 lines (49 loc) 1.24 kB
{ "name": "ts-pinblock", "version": "0.1.3", "description": "pinblock", "main": "dist/index.js", "scripts": { "start": "tsc -w", "test": "jest --verbose --coverage", "build": "tsc" }, "files": [ "dist/" ], "keywords": [ "pinblock" ], "homepage": "https://github.com/JimYan/pinblock", "repository": { "type": "git", "url": "git+https://github.com/JimYan/pinblock.git" }, "author": "jimyan", "license": "ISC", "devDependencies": { "@types/jest": "^26.0.0", "@types/node": "^14.0.13", "@typescript-eslint/eslint-plugin": "^3.0.2", "@typescript-eslint/parser": "^3.0.2", "eslint": "^7.1.0", "eslint-config-prettier": "^6.11.0", "eslint-plugin-prettier": "^3.1.3", "jest": "^26.0.1", "prettier": "^2.0.5", "ts-jest": "^26.1.0", "typescript": "^3.9.3" }, "dependencies": {}, "jest": { "transform": { ".(ts|tsx)": "ts-jest" }, "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$", "moduleFileExtensions": [ "ts", "tsx", "js" ] } }