smartinject/package.json

38 lines
839 B
JSON
Raw Normal View History

2017-02-28 22:40:13 +00:00
{
"name": "smartinject",
2017-07-30 20:00:22 +00:00
"version": "1.0.15",
2017-02-28 22:40:13 +00:00
"description": "inject modules into node",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"directories": {
"test": "test"
},
"scripts": {
2017-07-28 16:19:06 +00:00
"test": "(npmts --nocoverage)"
2017-02-28 22:40:13 +00:00
},
"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": {
2017-07-28 16:23:42 +00:00
"@types/source-map-support": "^0.4.0",
"@types/through2": "^2.0.33",
"source-map-support": "^0.4.15",
2017-02-28 22:40:13 +00:00
"through2": "^2.0.3",
2017-07-28 16:23:42 +00:00
"typings-global": "^1.0.20"
2017-07-28 16:19:06 +00:00
},
"devDependencies": {
"tapbundle": "^1.1.1"
2017-02-28 22:40:13 +00:00
}
}