-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.24 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
{
"name": "@lawsafrica/indigo-akn",
"version": "5.6.0",
"description": "Akoma Ntoso support libraries for the Indigo platform.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist && tsc && copyfiles --up 1 'src/**/*.js' dist",
"test": "karma start karma.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/laws-africa/indigo-akn.git"
},
"author": "Greg Kempe <greg@laws.africa>",
"license": "LGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/laws-africa/indigo-akn/issues"
},
"homepage": "https://github.com/laws-africa/indigo-akn#readme",
"dependencies": {
"dom-anchor-text-position": "^5.0.0",
"@lawsafrica/dom-anchor-text-quote": "^5.0.0",
"he": "^1.2.0",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"chai": "^4.3.6",
"copyfiles": "^2.4.1",
"karma": "^6.4.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.1",
"karma-cli": "^2.0.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-webpack": "^5.0.0",
"mocha": "^9.2.2",
"typescript": "^4.7.3",
"webpack": "^5.72.0",
"webpack-cli": "^4.9.2"
},
"publishConfig": {
"access": "public"
}
}