-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 931 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 931 Bytes
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": "@raluce/raluce",
"version": "0.4.3",
"description": "Raluce API for JavaScript",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"test": "jest",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Raluce/raluce-js.git"
},
"keywords": [
"Raluce"
],
"author": "Raluce LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/Raluce/raluce-js/issues"
},
"homepage": "https://github.com/Raluce/raluce-js#readme",
"devDependencies": {
"@types/jest": "^24.0.15",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.2",
"jest": "^24.8.0",
"ts-jest": "^24.0.2",
"typescript": "^3.5.3"
},
"dependencies": {
"@types/validator": "^10.11.2",
"axios": "^0.19.0",
"validator": "^11.1.0"
},
"jest": {
"testEnvironment": "node"
}
}