forked from dfinity/motoko-base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 969 Bytes
/
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
{
"name": "@dfinity/motoko-base",
"version": "1.0.0",
"description": "The Motoko base library",
"private": "true",
"scripts": {
"prettier:check": "npx -p prettier -p pretty-quick pretty-quick --check",
"prettier:format": "npx -p prettier -p pretty-quick pretty-quick",
"test": "node test/js && mops test --reporter files",
"validate": "node test/js/validate",
"postinstall": "mops install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dfinity/motoko-base.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dfinity/motoko-base/issues"
},
"homepage": "https://github.com/dfinity/motoko-base#readme",
"devDependencies": {
"execa": "^4.1.0",
"fast-glob": "^3.2.12",
"husky": "^8.0.2",
"ic-mops": "^0.39.2",
"mo-dev": "^0.13.0",
"prettier": "^2.8.1",
"prettier-plugin-motoko": "^0.2.3",
"pretty-quick": "^3.1.3"
}
}