-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 971 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
{
"name": "@isicily/epidoc-viewer-core",
"version": "1.0.7",
"description": "exports a javascript function for converting epidoc to Leiden",
"module": "dist/index.js",
"main": "dist/index.js",
"private": false,
"files": [
"dist",
"README.md"
],
"scripts": {
"test": "echo \"Error: no test specified\"",
"build": "rm -rf dist && NODE_ENV=production babel src --out-dir dist --copy-files"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ISicily/epidoc-viewer-core.git"
},
"keywords": [
"epidoc",
"leiden"
],
"author": "James Chartrand",
"license": "ISC",
"bugs": {
"url": "https://github.com/ISicily/epidoc-viewer-core/issues"
},
"homepage": "https://github.com/ISicily/epidoc-viewer-core#readme",
"devDependencies": {
"@babel/cli": "^7.14.3",
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13"
},
"dependencies": {}
}