Staging
v0.4.2
https://www.npmjs.com/package/angular-ts-manage
Raw File
Tip revision: bbf53b4d025693d09f979825839129fcbf9d5c87 authored by Dimitry Katz on 07 September 2019, 09:50:41 UTC
1.0.3
Tip revision: bbf53b4
package.json
{
  "name": "angular-ts-manage",
  "version": "1.0.3",
  "description": "- class descriptor\r  - class state",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "test": "jest --config jestconfig.json",
    "build": "tsc",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm test",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Basiliskin/ts-manage.git"
  },
  "keywords": [
    "Angular",
    "Typescript",
    "Descriptor",
    "State"
  ],
  "author": "Dimitry Katz",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Basiliskin/ts-manage/issues"
  },
  "homepage": "https://github.com/Basiliskin/ts-manage#readme",
  "devDependencies": {
    "@types/jest": "^24.0.18",
    "jest": "^24.9.0",
    "prettier": "^1.18.2",
    "ts-jest": "^24.0.2",
    "tslint": "^5.19.0",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.6.2"
  },
  "files": [
    "lib/**/*"
  ]
}
back to top