-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 994 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
{
"name": "paperback-extensions",
"version": "1.0.0",
"homepage": "https://github.com/haipham22/paperback-extensions/",
"description": "Vietnamese sources for Paperback",
"repositoryName": "Paperback create by haipham22",
"noAddToPaperbackButton": false,
"baseURL": "https://haipham22.github.io/paperback-extensions/",
"scripts": {
"migrate": "npx paperback migrate",
"bundle": "npx paperback bundle",
"test": "npx paperback test",
"serve": "npx paperback serve",
"dev": "npx nodemon --watch \"**/*.ts\" --ext \"js ts\" --exec \"npm run serve\""
},
"author": "haipham22",
"license": "ISC",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"eslint": "^7.27.0",
"eslint-plugin-modules-newline": "^0.0.6",
"typescript": "^4.3.2"
},
"dependencies": {
"@paperback/toolchain": "^0.8.0-alpha.47",
"@paperback/types": "^0.8.0-alpha.47",
"moment": "^2.29.4"
}
}