-
Notifications
You must be signed in to change notification settings - Fork 83
/
package.json
51 lines (51 loc) · 1.62 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
{
"name": "massa-workspaces-for-toolkit",
"version": "0.0.5",
"description": "This toolkit is meant to facilitate smart contract development.",
"type": "module",
"scripts": {
"build": "npm run build --ws --if-present",
"prettier": "prettier **/src/**/*.ts --check",
"prettier:fix": "prettier **/src/**/*.ts --write",
"lint": "eslint .",
"lint:fix": "npm run lint -- --fix",
"fmt:check": "npm run prettier && npm run lint",
"fmt": "npm run prettier:fix && npm run lint:fix",
"test": "jest --passWithNoTests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/massalabs/massa-sc-toolkit.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/massalabs/massa-sc-toolkit/issues"
},
"homepage": "https://github.com/massalabs/massa-sc-toolkit#readme",
"prettier": "@massalabs/prettier-config-as",
"workspaces": [
"packages/*"
],
"dependencies": {
"@massalabs/massa-web3": "^2.1.0",
"eslint": "^8.46.0",
"jest-environment-jsdom": "^29.5.0",
"path": "^0.12.7",
"re": "^0.1.4",
"regex": "^0.1.1"
},
"devDependencies": {
"@massalabs/eslint-config": "^0.0.11",
"@massalabs/massa-sc-compiler": "^0.1.0",
"@massalabs/prettier-config-as": "^0.0.2",
"@types/jest": "^29.5.2",
"jest": "^29.5.0",
"prettier": "^3.0.1",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typescript": "^5.1.6"
}
}