forked from bellshade/Javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 891 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
{
"name": "javascript",
"version": "1.0.0",
"description": "Repositori untuk belajar pemrograman Javascript dalam bahasa Indonesia",
"scripts": {
"lint": "eslint **/*.js",
"prettier": "prettier --w **/*.js",
"prettier-watch": "onchange '**/*.js' -- prettier --w {{changed}}",
"doctest-watch": "onchange '**/*.js' -- doctest {{changed}}"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reacto11mecha/Javascript.git"
},
"keywords": [
"javascript",
"indonesia",
"hacktoberfest"
],
"author": "@bellshade/javascript-team",
"license": "MIT",
"bugs": {
"url": "https://github.com/reacto11mecha/Javascript/issues"
},
"homepage": "https://github.com/reacto11mecha/Javascript#readme",
"devDependencies": {
"doctest": "^0.18.1",
"eslint": "^7.32.0",
"onchange": "^7.1.0",
"prettier": "^2.4.1"
}
}