-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.67 KB
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": "@dfinity/motoko-core",
"version": "0.0.0",
"description": "Motoko core package",
"private": true,
"scripts": {
"postinstall": "mops install",
"format:check": "prettier --check '**/*.mo' --ignore-path .gitignore",
"format": "prettier --write '**/*.mo' --ignore-path .gitignore",
"test": "run-s test:ts test:mops",
"test:ts": "cd test/ts && tsx .",
"test:mops": "mops test",
"check:bench": "mops check bench/*.bench.mo",
"check:orphans": "mops check src/CallerAttributes.mo src/CertifiedData.mo src/Cycles.mo src/InternetComputer.mo src/Region.mo src/Timer.mo",
"check:mo": "run-s test:mops bench check:orphans",
"validate": "run-s validate:changelog validate:version validate:api",
"validate:changelog": "cd test/ts/validate && tsx changelog",
"validate:version": "cd test/ts/validate && tsx version",
"validate:api": "cd test/ts/validate && tsx api",
"validate:docs": "cd test/ts/validate && tsx docs",
"docs": "\"$(dirname \"$(mops toolchain bin moc)\")/mo-doc\"",
"bench": "mops bench"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dfinity/motoko-core.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dfinity/motoko-core/issues"
},
"homepage": "https://github.com/dfinity/motoko-core#readme",
"devDependencies": {
"@dfinity/pic": "^0.13.1",
"execa": "^4.1.0",
"fast-glob": "^3.3.2",
"ic-mops": "3.1.0",
"mo-dev": "^0.13.0",
"npm-run-all": "^4.1.5",
"prettier": "2",
"prettier-plugin-motoko": "^0.11.2",
"tree-sitter-motoko": "^0.1.1",
"tsx": "^4.19.3",
"web-tree-sitter": "^0.27.0"
}
}