forked from dfinity/motoko-base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 889 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
{
"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 && mo-test -C test --testmode wasi",
"validate": "node test/js/validate"
},
"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": {
"fast-glob": "^3.2.12",
"husky": "^8.0.2",
"mo-dev": "^0.7.2",
"prettier": "^2.8.1",
"prettier-plugin-motoko": "^0.2.3",
"pretty-quick": "^3.1.3"
}
}