smartlifecycle/package.json
2024-05-29 14:14:00 +02:00

37 lines
908 B
JSON

{
"name": "@push.rocks/smartlifecycle",
"version": "1.0.2",
"private": false,
"description": "a module handling lifecycle events",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(tstest test/)",
"build": "(tsbuild)",
"format": "(gitzone format)"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.0.22",
"@gitzone/tstest": "^1.0.15",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^10.11.7",
"tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0"
},
"dependencies": {},
"keywords": [
"lifecycle",
"events",
"module",
"typescript",
"development",
"npm package"
],
"homepage": "https://code.foss.global/push.rocks/smartlifecycle",
"repository": {
"type": "git",
"url": "https://code.foss.global/push.rocks/smartlifecycle.git"
}
}