-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 966 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
35
36
37
{
"name": "baybayin-workspace",
"private": true,
"workspaces": [
"packages/*",
"examples/*"
],
"scripts": {
"lint": "lerna run lint",
"bootstrap": "lerna bootstrap",
"clean": "lerna run clean",
"build": "lerna run build",
"type-check": "lerna run type-check",
"test": "lerna run test",
"test:coverage": "lerna run test -- --coverage",
"lerna": "lerna"
},
"devDependencies": {
"@typescript-eslint/parser": "^4.27.0",
"eslint": "^7.28.0",
"eslint-config-lxsmnsyc": "^0.2.1",
"lerna": "^4.0.0"
},
"version": "0.1.0",
"description": "A simple in-browser code editor",
"main": "index.js",
"author": "Alexis Munsayac <alexis.munsayac@gmail.com>",
"license": "MIT",
"repository": {
"url": "https://github.com/lxsmnsyc/baybayin.git",
"type": "git"
},
"homepage": "https://github.com/lxsmnsyc/baybayin",
"bugs": {
"url": "https://github.com/lxsmnsyc/baybayin/issues"
}
}