etplaceat
Version:
Reusable type branding in TypeScript
48 lines (47 loc) • 1.02 kB
JSON
{
"name": "etplaceat",
"version": "1.14.0",
"description": "Reusable type branding in TypeScript",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"test": "jest",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/ChelseaErnser/etplaceat.git"
},
"keywords": [
"typescript",
"rerum",
"ipsa",
"voluptatem"
],
"author": "ClementineYost",
"license": "MIT",
"homepage": "https://github.com/ChelseaErnser/etplaceat.git",
"devDependencies": {
"@types/jest": "^21.1.1",
"jest": "^21.2.1",
"ts-jest": "^21.0.1",
"typescript": "^2.5.3"
},
"jest": {
"transform": {
"^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json"
]
},
"dependencies": {
"expeditasit": "^1.0.0",
"quaeratmolestiae": "^1.0.0"
}
}