UNPKG

@signatu/common-lib

Version:

Common Javascript/Typescript library for Signatu

58 lines (57 loc) 1.4 kB
{ "name": "@signatu/common-lib", "version": "0.20.9", "description": "Common Javascript/Typescript library for Signatu", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "repository": "git@github.com:signatu/common-lib.git", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "author": "Torgeir Hovden <torgeir@signatu.com>", "private": false, "scripts": { "prepare": " npm run build && npm run test", "start:dev": "tsc -w", "test": "jest", "deploy": "echo Nothing to deploy", "build": "tsc", "watch": "tsc -w" }, "devDependencies": { "c-3po-cli": "^0.1.1", "classnames": "^2.2.5", "concurrently": "^2.1.0", "enzyme": "^3.7.0", "enzyme-adapter-react-16": "^1.7.0", "jest": "^23.6.0", "react": "^16.6.3", "react-dom": "^16.6.3", "sync-files": "^1.0.3", "ts-jest": "^23.10.1", "ttag-cli": "^0.0.1", "typescript": "^3.1.6" }, "dependencies": { "moment": "^2.22.1", "mustache": "^2.3.0", "showdown": "^1.8.6", "ttag": "^1.0.3" }, "jest": { "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "(/__tests__/.*|/src/.*(\\.)(test|spec))\\.tsx?$", "moduleFileExtensions": [ "ts", "tsx", "jsx", "js", "json", "node" ] }, "gitHead": "f24519edc309ce2a2b262981c10c938dae662af0" }