typings-global
Version:
@types/node in the right version
30 lines (29 loc) • 693 B
JSON
{
"name": "typings-global",
"version": "1.0.28",
"description": "@types/node in the right version",
"main": "index.js",
"scripts": {
"test": "tsc && npm run postinstall",
"postinstall": "node ./dist/install.js"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/pushrocks/typings-global.git"
},
"keywords": [
"global",
"typings"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/typings-global/issues"
},
"homepage": "https://gitlab.com/pushrocks/typings-global#readme",
"dependencies": {},
"devDependencies": {
"@types/node": "^8.5.1",
"typescript": "next"
}
}