smartinject/package.json
2017-07-30 22:00:22 +02:00

38 lines
839 B
JSON

{
"name": "smartinject",
"version": "1.0.15",
"description": "inject modules into node",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"test": "(npmts --nocoverage)"
},
"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.0",
"@types/through2": "^2.0.33",
"source-map-support": "^0.4.15",
"through2": "^2.0.3",
"typings-global": "^1.0.20"
},
"devDependencies": {
"tapbundle": "^1.1.1"
}
}