forked from chaosarium/lwt
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
45 lines (45 loc) · 1010 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
38
39
40
41
42
43
44
45
{
"name": "lwt",
"version": "1.0.0",
"description": "NPM package for hugofara/LWT, a fork of LWT",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "mocha tests/*.test.js"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/HugoFara/lwt.git"
},
"keywords": [
"lwt",
"language",
"learning",
"spaced-repetition",
"system",
"web",
"reader"
],
"author": "lang-learn-guy, hugofara",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/HugoFara/lwt/issues"
},
"homepage": "https://github.com/HugoFara/lwt#readme",
"devDependencies": {
"chai": "^4.3.10",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.1",
"eslint-plugin-promise": "^6.1.1",
"jsdoc": "^4.0.2",
"mocha": "^10.2.0",
"superagent": "^8.1.2",
"supertest": "^6.3.3"
}
}