UNPKG

364 BJSONView Raw
1{
2 "name": "example",
3 "type": "module",
4 "version": "1.0.0",
5 "description": "",
6 "main": "mosaic.config.js",
7 "directories": {
8 "test": "test"
9 },
10 "scripts": {
11 "test": "echo \"Error: no test specified\" && exit 1"
12 },
13 "keywords": [],
14 "author": "",
15 "license": "ISC",
16 "devDependencies": {
17 "chai": "^4.2.0",
18 "mocha": "^8.2.1"
19 }
20}