-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
48 lines (48 loc) · 1.4 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
40
41
42
43
44
45
46
47
48
{
"name": "@waves/waves-games",
"version": "1.0.58",
"description": "Create and deliver game assets through Waves Platform.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -fr dist && tsc && cp README.md ./dist && cp package.json ./dist",
"deploy": "npm run build && cd ./dist && npm version patch && cp package.json ../ && npm publish",
"test": "jest"
},
"bin": {
"waves-games": "./bin.js"
},
"author": "Yuriy Naydenov",
"license": "MIT",
"devDependencies": {
"@types/jest": "^24.0.15",
"@types/promise-memoize": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"@typescript-eslint/parser": "^1.11.0",
"eslint": "^6.0.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"jest": "^24.8.0",
"ncp": "^2.0.0",
"preprocess": "^3.1.0",
"prettier": "^1.18.2",
"ts-jest": "^24.0.2",
"ts-node": "^7.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/wavesplatform/waves-games.git"
},
"dependencies": {
"@waves/bignumber": "0.0.1-a6",
"@waves/ride-js": "^1.0.0",
"@waves/ts-lib-crypto": "^1.1.1",
"@waves/waves-rest": "0.0.29",
"@waves/waves-transactions": "^3.10.1",
"axios": "^0.19.0",
"cli-spinner": "^0.2.10",
"console-table-printer": "^1.0.0-beta17",
"promise-memoize": "^1.2.1",
"prompts": "^2.1.0"
}
}