ts-clean-core
Version:
50 lines • 1.42 kB
JSON
{
"name": "ts-clean-core",
"version": "1.0.4",
"description": "Equipment core",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "./node_modules/typescript/bin/tsc ",
"test": "jest --config jestconfig.json --watch --coverage",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "eslint '*/**/*.{ts,tsx}' --quiet --fix",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"postversion": "git push && git push --tags",
"clean": "rm -rf -v lib/*"
},
"keywords": [
"Equipment",
"Core"
],
"repository": {
"type": "git",
"url": "git+https://github.com/code4121/ts-leasing-core"
},
"author": "Cody Nelson",
"license": "ISC",
"bugs": {
"url": "https://github.com/code4121/ts-leasing-core/issues"
},
"homepage": "https://github.com/code4121/ts-leasing-core#readme",
"devDependencies": {
"@types/jest": "^25.2.1",
"@types/node": "^13.11.1",
"@types/pg": "^7.14.3",
"@typescript-eslint/eslint-plugin": "^2.27.0",
"@typescript-eslint/parser": "^2.27.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^25.3.0",
"prettier": "^2.0.4",
"ts-jest": "^25.3.1",
"typescript": "^3.8.3"
},
"files": [
"lib/**/*"
],
"dependencies": {}
}