smartinject/package.json

44 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2017-02-28 22:40:13 +00:00
{
2023-07-10 00:56:23 +00:00
"name": "@push.rocks/smartinject",
2019-02-24 22:11:26 +00:00
"private": false,
2019-02-27 22:44:13 +00:00
"version": "1.0.19",
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": {
2019-02-24 22:18:01 +00:00
"test": "tstest test/",
"build": "(tsbuild)"
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": {
2019-02-24 22:11:26 +00:00
"@types/source-map-support": "^0.4.2",
"@types/through2": "^2.0.34",
"source-map-support": "^0.5.10",
"through2": "^3.0.0"
2017-07-28 16:19:06 +00:00
},
"devDependencies": {
2019-02-24 22:18:01 +00:00
"@gitzone/tsbuild": "^2.1.8",
2019-02-24 22:11:26 +00:00
"@gitzone/tsrun": "^1.1.17",
2019-02-24 22:18:01 +00:00
"@gitzone/tstest": "^1.0.18",
2019-02-24 22:11:26 +00:00
"@pushrocks/tapbundle": "^3.0.7",
2019-02-24 22:14:47 +00:00
"@types/node": "^11.9.5",
"tslint": "^5.13.0",
"tslint-config-prettier": "^1.18.0"
2017-02-28 22:40:13 +00:00
}
2023-07-10 00:56:23 +00:00
}