tsdocker/package.json

50 lines
1.2 KiB
JSON
Raw Normal View History

2016-07-13 21:17:24 +00:00
{
"name": "npmdocker",
2016-08-04 20:36:05 +00:00
"version": "1.2.1",
2016-07-13 22:14:11 +00:00
"description": "develop npm modules cross platform with docker",
2016-07-13 21:17:24 +00:00
"main": "dist/index.js",
2016-07-28 16:01:02 +00:00
"typings": "dist/index.d.ts",
2016-07-19 17:53:09 +00:00
"bin": {
"npmdocker": "dist/cli.js"
},
2016-07-13 21:17:24 +00:00
"directories": {
"test": "test"
},
"scripts": {
2016-07-19 17:21:06 +00:00
"test": "(npm run clean && npm run compile && npm run setupCheck && npm run check)",
"clean": "(rm -rf test/)",
"compile": "(npmts --notest)",
"setupCheck": "(git clone https://gitlab.com/sandboxzone/sandbox-npmts.git test/)",
"check": "(cd test/ && node ../dist/index.js)"
2016-07-13 21:17:24 +00:00
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/pushrocks/npmdocker.git"
},
"keywords": [
"docker"
],
"author": "Lossless GmbH",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/pushrocks/npmdocker/issues"
},
2016-07-13 22:14:11 +00:00
"homepage": "https://gitlab.com/pushrocks/npmdocker#README",
"devDependencies": {
2016-08-04 20:36:00 +00:00
"npmts-g": "^5.2.8"
2016-07-13 22:14:11 +00:00
},
"dependencies": {
2016-08-04 20:25:15 +00:00
"@types/q": "0.x.x",
"@types/shelljs": "0.x.x",
"beautylog": "^5.0.20",
2016-07-18 18:48:34 +00:00
"npmextra": "^1.0.8",
2016-08-04 20:25:15 +00:00
"projectinfo": "^1.0.3",
2016-07-13 22:14:11 +00:00
"q": "^1.4.1",
2016-08-04 20:25:15 +00:00
"qenv": "^1.1.1",
"shelljs": "^0.7.3",
"smartfile": "^4.0.13",
"smartstring": "^2.0.17",
2016-07-13 22:14:11 +00:00
"typings-global": "^1.0.6"
}
2016-07-13 21:17:24 +00:00
}