forked from eosdac/eosdac-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.51 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
49
{
"name": "eosdac_contracts",
"version": "1.0.0",
"description": "[eosDAC Smart Contracts Explained](https://eosdac.io/tools/smart-contracts-explained/)",
"main": "index.js",
"scripts": {
"build": "lamington build -DMAGIC_KEY_VALUE=$(<.magic_key_value)",
"build-debug": "lamington build -DDEBUG",
"build-dev": "lamington build -DIS_DEV",
"test": "lamington test -DIS_DEV",
"start": "lamington start eos",
"stop": "lamington stop eos",
"eslint": "eslint . --ext .ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eosdac/eosdac_contracts.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eosdac/eosdac_contracts/issues"
},
"homepage": "https://github.com/eosdac/eosdac_contracts#readme",
"devDependencies": {
"@types/chai": "^4.2.3",
"@types/chai-datetime": "0.0.33",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"chai-datetime": "^1.5.0",
"eosjs": "^20.0.0",
"eosjs-ecc": "^4.0.4",
"lamington": "https://github.com/Alien-Worlds/lamington.git",
"prettier": "2.7.1",
"typescript": "^4.5.5"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"atomicassets": "https://github.com/Alien-Worlds/atomicassets-js",
"dayjs": "^1.11.1",
"deep-equal-in-any-order": "^1.1.19",
"eslint": "^8.8.0",
"int64-buffer": "^1.0.1",
"lodash": "^4.17.21",
"moment": "^2.29.3",
"typescript-logging": "^0.6.3"
}
}