temp-spacex
Version:
50 lines (49 loc) • 1.09 kB
JSON
{
"name": "temp-spacex",
"version": "1.0.1",
"description": "Testing1",
"license": "MIT",
"repository": "https://github.com/js-kyle/temp-spacex",
"author": {
"name": "Kyle Martin",
"email": "kyle.martin@hotmail.co.nz"
},
"engines": {
"node": "10.16.0",
"npm": "6.9.0"
},
"scripts": {
"build": "tsc",
"release": "./node_modules/.bin/semantic-release",
"test": "./node_modules/.bin/ts-mocha test/**/*.spec.ts"
},
"release": {
"branch": "master",
"repositoryUrl": "https://github.com/js-kyle/temp-spacex.git"
},
"main": "dist",
"types": "dist",
"files": [
"dist",
"!*.test.*"
],
"keywords": [
"spacex"
],
"dependencies": {
"request": "^2.88.0",
"request-promise": "^4.2.4"
},
"devDependencies": {
"@types/mocha": "^5.2.7",
"@types/node": "^12.0.2",
"@types/request-promise": "^4.1.44",
"expect": "^24.8.0",
"mocha": "^6.2.0",
"nock": "^10.0.6",
"semantic-release": "^15.13.21",
"ts-mocha": "^6.0.0",
"ts-node": "^8.0.2",
"typescript": "^3.3.3"
}
}