-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.4 KB
/
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
46
47
48
49
50
{
"dependencies": {
"json-server": "^0.17.3",
"ts-node": "^10.9.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/preset-env": "^7.22.14",
"@babel/preset-typescript": "^7.22.15",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.3",
"jest": "^29.6.4",
"rollup": "^3.28.1",
"rollup-plugin-css-only": "^4.3.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
"name": "dazo",
"description": "Javascript/HTML/CSS integration with Anki spaced repetition program for Irish language (Gaelic) learning",
"version": "1.0.0",
"main": "./src/script.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "jest",
"start": "json-server --watch db.json --port 3001",
"build": "rollup --config --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hafdon/dazo.git"
},
"keywords": [
"javascript",
"L2",
"Irish",
"Gaelic",
"Anki"
],
"author": "Zach Weisser",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/hafdon/dazo/issues"
},
"homepage": "https://github.com/hafdon/dazo#readme"
}