-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 876 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": "sortvisualisation",
"version": "1.0.0",
"description": "Watch [here](https://dionysusnu.github.io/SortVisualisation/)",
"main": "docs/index.html",
"scripts": {
"test": "npm run build && npm run start",
"start": "npx httpserver",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dionysusnu/SortVisualisation.git"
},
"author": "Dionysusnu",
"license": "MIT",
"bugs": {
"url": "https://github.com/Dionysusnu/SortVisualisation/issues"
},
"homepage": "https://github.com/Dionysusnu/SortVisualisation#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.1.0",
"@typescript-eslint/parser": "^3.1.0",
"eslint": "^7.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"prettier": "^2.0.5",
"typescript": "^3.9.3"
}
}