-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1 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
{
"name": "realtime-currency-convertor",
"version": "0.0.4",
"description": "Realtime Currency Convertor",
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-transform-arrow-functions": "^7.2.0",
"@babel/preset-env": "^7.5.5",
"eslint": "^6.2.0",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0"
},
"scripts": {
"lint": "eslint ./src --fix",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf dist && babel src --out-dir dist && cp -r src/manifest.json dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nullifiers/Realtime-Currency-Convertor.git"
},
"author": "Nullifiers",
"license": "ISC",
"bugs": {
"url": "https://github.com/Nullifiers/Realtime-Currency-Convertor/issues"
},
"homepage": "https://github.com/Nullifiers/Realtime-Currency-Convertor#readme"
}