-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.13 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
42
43
44
45
46
47
{
"name": "latest-stalker",
"version": "1.0.4",
"author": "thenengah",
"license": "MIT",
"description": "The module for the latest-stalker-api",
"keywords": [
"node",
"node.js",
"package",
"dependencies",
"satisfied",
"check",
"api"
],
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/thenengah/latest-stalker-module.git"
},
"dependencies": {
"babel-jest": "^21.2.0",
"form-data": "2.3.1",
"isomorphic-fetch": "2.2.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-plugin-transform-assets": "^0.2.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-es2017": "^6.24.1",
"jest": "^21.0.0"
},
"jest": {
"transform": {
".*": "<rootDir>/node_modules/babel-jest"
}
},
"scripts": {
"build": "babel ./src -d ./dist --presets es2015",
"test": "NODE_ENV=test jest"
}
}