pig-dam-core
Version:
Library that should be included in every Pig DAM project we build
51 lines (50 loc) • 1.69 kB
JSON
{
"author": "Curt Elsasser",
"dependencies": {
"lodash": "4.17.15",
"shortid": "2.2.15"
},
"description": "Library that should be included in every Pig DAM project we build",
"devDependencies": {
"@types/jest": "25.2.3",
"@types/lodash": "4.14.152",
"@types/node": "12.12.6",
"@types/shortid": "0.0.29",
"jest": "26.0.1",
"jest-junit": "10.0.0",
"ts-jest": "26.0.0",
"tslint": "6.1.2",
"typescript": "3.9.3"
},
"homepage": "https://github.com/celsasser/pig-dam-core.git",
"keywords": [
"core",
"dam",
"lib",
"pig"
],
"license": "Apache-2.0",
"main": "dist/index",
"name": "pig-dam-core",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/celsasser/pig-dam-core.git"
},
"scripts": {
"build": "tsc -p tsconfig.json",
"coverage": "npm run test:unit -- --coverage",
"jest:reset": "jest --clearCache && rm -rf ./dist",
"link:build": "npm run rebuild && npm link",
"lint": "npm run lint:src && npm run lint:res",
"lint:fix": "npm run lint:src -- --fix && npm run lint:res -- --fix",
"lint:res": "tslint --config tslint-res.json \"src/**/*.json\" \"test/**/*.json\" ",
"lint:src": "tslint --config tslint.json \"src/**/*.ts\" \"test/**/*.ts\" ",
"prepublishOnly": "npm run rebuild && npm run test",
"rebuild": "rm -rf ./dist && npm run build",
"test": "npm run test:unit",
"test:unit": "jest ./test/unit"
},
"types": "dist/index",
"version": "0.0.7"
}