@maxio/tsed-configure
Version:
Npm TypeScript Package Boilerplate
42 lines (41 loc) • 1.09 kB
JSON
{
"name": "@maxio/tsed-configure",
"version": "1.0.8",
"description": "Npm TypeScript Package Boilerplate",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"private": false,
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"prepare": "npm run build",
"upload": "npm publish --force --access public --registry http://npm.patnet",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"keywords": [
"ts.ed",
"ts-express-decorators",
"configure",
"object"
],
"author": "mekroth",
"license": "MIT",
"devDependencies": {
"@types/jest": "^24.0.11",
"jest": "^24.5.0",
"prettier": "^1.16.4",
"ts-jest": "^24.0.0",
"tslint": "^5.14.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.6.2"
},
"files": [
"lib/**/*"
],
"repository": {}
}