-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.01 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
34
35
36
37
38
39
{
"name": "purecore",
"version": "3.2.5",
"description": "purecore js client",
"main": "target/bootstrap.js",
"type": "module",
"module": "target/bootstrap.js",
"directories": {
"test": "tests"
},
"devDependencies": {
"@types/node": "^17.0.8",
"nodemon": "^2.0.18",
"terser": "^5.10.0"
},
"scripts": {
"build": "rm -rf ./target/** && tsc",
"dev": "npm link && nodemon",
"cleanup": "npm unlink"
},
"repository": {
"type": "git",
"url": "git+https://github.com/purecoreio/purecore-js.git"
},
"keywords": [
"purecore",
"minecraft",
"mojang"
],
"author": "quiquelhappy",
"license": "ISC",
"homepage": "https://github.com/purecoreio/purecore-js/blob/master/README.md",
"dependencies": {
"@simplewebauthn/browser": "^6.0.0",
"@simplewebauthn/typescript-types": "^6.0.0",
"@stripe/stripe-js": "^1.35.0",
"typescript": "^4.7.4"
}
}