-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 795 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 795 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
{
"name": "amf2json",
"version": "1.0.6",
"description": "Small library for converting AMF0 and AMF3 to JSON",
"main": "amf.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SwampApe/node-amf.git"
},
"author": "SwampApe",
"license": "MIT",
"bugs": {
"url": "https://github.com/SwampApe/node-amf/issues"
},
"homepage": "https://github.com/SwampApe/node-amf#readme",
"dependencies": {},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-airbnb-base": "^14.1.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
"jest": "^25.3.0"
}
}