-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.2 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "projects",
"version": "1.0.0",
"description": "Fetch my projects",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "tslint --project .",
"tsc": "rimraf dist && tsc --p .",
"deploy": "wt update projects dist/index.js -p \"app63474144-eu\" -b",
"build": "npm run tsc && copyfiles package.json dist",
"spell": "cspell \"src/**/!(*.wav|*.mp3).*\""
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/bulletfight/pubmed-fetcher.git"
},
"author": "Dolan Miu",
"license": "ISC",
"homepage": "https://bitbucket.org/bulletfight/pubmed-fetcher#readme",
"devDependencies": {
"copyfiles": "^1.2.0",
"rimraf": "^2.6.2",
"tslint": "~5.8.0",
"typescript": "2.6.2",
"wt-cli": "^8.2.0"
},
"dependencies": {
"@types/mongoose": "^4.7.28",
"@types/request": "^2.0.8",
"@types/request-promise": "^4.1.39",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"mongoose": "^4.13.5",
"request": "^2.83.0",
"request-promise": "^4.2.2"
}
}