-
Notifications
You must be signed in to change notification settings - Fork 54
/
package.json
executable file
·38 lines (38 loc) · 1.1 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
{
"name": "wonder.js",
"version": "2.0.0-alpha.6.3",
"authors": "Wonder",
"description": "",
"homepage": "https://github.com/Wonder-Technology/Wonder.js",
"repository": "[email protected]:Wonder-Technology/Wonder.js.git",
"license": "MIT",
"main": "",
"scripts": {
"watch": "bsb -clean-world -make-world -w",
"build": "bsb -clean-world -make-world",
"test:watch": "jest --watch --config jest.json",
"test:coverage": "jest --config jest_coverage.json",
"test:ci": "jest --maxWorkers=4 --config jest_coverage.json",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
}
},
"keywords": [],
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"babel-jest": "^26.1.0",
"cz-conventional-changelog": "^3.2.0",
"cz-customizable": "^5.2.0",
"jest": "^25.2.3",
"wonder-bs-jest": "^0.3.0",
"wonder-bs-sinon": "^0.1.9"
},
"dependencies": {
"wonder-bs-most": "^0.0.3",
"bs-platform": "^8.3.3"
}
}