-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 995 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 995 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
{
"name": "method-js",
"version": "0.1.0",
"description": "Javascript SDK for Method Elements",
"main": "dist/index.ts",
"scripts": {
"build": "./node_modules/.bin/rollup -c",
"dev": "./node_modules/.bin/rollup -c -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MethodFi/method-js.git"
},
"keywords": [
"methodfi",
"method-js",
"method"
],
"author": "mdelcarmen",
"license": "ISC",
"bugs": {
"url": "https://github.com/MethodFi/method-js/issues"
},
"homepage": "https://github.com/MethodFi/method-js#readme",
"devDependencies": {
"@types/chai": "^4.2.22",
"@types/mocha": "^9.0.0",
"chai": "^4.3.4",
"esbuild": "^0.13.4",
"eslint": "^7.15.0",
"eslint-config-airbnb-typescript": "^14.0.1",
"eslint-plugin-import": "^2.22.1",
"mocha": "^8.4.0",
"rollup": "^2.58.0",
"rollup-plugin-esbuild": "^4.5.0",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.4.3"
}
}