smartinject/package.json
2017-03-04 18:13:54 +01:00

37 lines
829 B
JSON

{
"name": "smartinject",
"version": "1.0.2",
"description": "inject modules into node",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"test": "(npmts)"
},
"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.2.28",
"@types/through2": "^2.0.32",
"smartchai": "^1.0.3",
"source-map-support": "^0.4.11",
"through2": "^2.0.3",
"typings-global": "^1.0.14",
"typings-test": "^1.0.3"
}
}