-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.89 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
50
51
52
53
54
55
56
57
{
"name": "contracts",
"version": "1.1.0",
"description": "",
"main": "index.js",
"devDependencies": {
"@babel/cli": "^7.19.0",
"@babel/core": "^7.19.0",
"@babel/plugin-proposal-decorators": "^7.20.0",
"@babel/preset-typescript": "^7.16.0",
"@rollup/plugin-babel": "^6.0.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^9.0.2",
"@types/babel__core": "^7.1.16",
"@types/chai": "^4.2.22",
"@types/minimist": "^1.2.2",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.7",
"@types/prettier": "^2.4.1",
"arlocal": "^1.1.55",
"arweave": "^1.14.4",
"babel-plugin-transform-remove-imports": "^1.7.0",
"chai": "^4.3.4",
"dotenv": "^16.0.0",
"minimist": "^1.2.6",
"mocha": "^9.1.3",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"rollup": "^3.2.5",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-prettier": "^3.0.0",
"ts-node": "^10.4.0",
"typescript": "^5.1.6",
"warp-contracts": "^1.4.19",
"warp-contracts-plugin-deploy": "^1.0.9"
},
"scripts": {
"build": "rimraf dist && ts-node --project node.tsconfig.json scripts/build.ts",
"deploy": "ts-node --project node.tsconfig.json scripts/deploy.ts",
"test": "mocha -r ts-node/register test/spec/*/**/*.ts",
"test:e2e": "mocha -r ts-node/register test/e2e/**/*.ts",
"getLatestState": "ts-node --project node.tsconfig.json scripts/getLatestState.ts",
"updateState": "ts-node --project node.tsconfig.json scripts/updateState.ts",
"testEvolve": "ts-node --project node.tsconfig.json scripts/testEvolve.ts"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/art-by-city/contracts.git"
},
"keywords": [],
"author": "Jim Toth",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/art-by-city/contracts/issues"
},
"homepage": "https://gitlab.com/art-by-city/contracts#readme"
}