-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 890 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 890 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
{
"name": "maboii",
"version": "1.1.0",
"description": "amiibo™ encryption/decryption library",
"main": "dist/maboii",
"types": "dist/maboii.d.ts",
"homepage": "https://github.com/Entrivax/maboii.js#readme",
"repository": {
"type": "git",
"url": "https://github.com/Entrivax/maboii.js"
},
"scripts": {
"dev": "webpack --mode development",
"build": "webpack --mode production",
"clean": "rm -rf dist"
},
"keywords": [
"amiibo",
"maboii"
],
"author": "Entrivax (entrivax@gmail.com)",
"license": "MIT",
"devDependencies": {
"@types/node": "^10.12.18",
"@types/source-map": "0.5.2",
"@types/webpack": "^4.4.21",
"acorn": "^6.1.1",
"ts-loader": "^5.2.2",
"ts-node": "^7.0.1",
"tslint": "^5.16.0",
"typescript": "^2.9.2",
"webpack": "^4.12.0",
"webpack-cli": "^3.3.1"
},
"dependencies": {}
}