forked from bellshade/Javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 1.07 KB
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
{
"name": "javascript",
"version": "1.0.0",
"description": "Repositori untuk belajar pemrograman Javascript dalam bahasa Indonesia",
"scripts": {
"lint": "eslint sorting_algorithm/**/*.js search/**/*.js other/**/*.js data_structure/**/*.js conversion/**/*.js cipher/**/*.js basic/**/*.js backtracking/**/*.js",
"prettier": "prettier -w sorting_algorithm/**/*.js search/**/*.js other/**/*.js data_structure/**/*.js conversion/**/*.js cipher/**/*.js basic/**/*.js backtracking/**/*.js",
"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"
}
}