smartinject/package.json

44 lines
1.0 KiB
JSON

{
"name": "@push.rocks/smartinject",
"private": false,
"version": "1.0.19",
"description": "inject modules into node",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"test": "tstest test/",
"build": "(tsbuild)"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pkunz/smartinject.git"
},
"keywords": [
"inject",
"modules"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pkunz/smartinject/issues"
},
"homepage": "https://gitlab.com/pkunz/smartinject#README",
"dependencies": {
"@types/source-map-support": "^0.4.2",
"@types/through2": "^2.0.34",
"source-map-support": "^0.5.10",
"through2": "^3.0.0"
},
"devDependencies": {
"@gitzone/tsbuild": "^2.1.8",
"@gitzone/tsrun": "^1.1.17",
"@gitzone/tstest": "^1.0.18",
"@pushrocks/tapbundle": "^3.0.7",
"@types/node": "^11.9.5",
"tslint": "^5.13.0",
"tslint-config-prettier": "^1.18.0"
}
}