UNPKG

714 BJSONView Raw
1{
2 "name": "@atjson/source-prism",
3 "version": "0.25.0",
4 "description": "Converts PRISM XML into atjson",
5 "main": "dist/commonjs/index.js",
6 "module": "dist/modules/index.js",
7 "types": "dist/commonjs/index.d.ts",
8 "license": "Apache-2.0",
9 "publishConfig": {
10 "access": "public"
11 },
12 "browserslist": [
13 "last 2 Chrome versions"
14 ],
15 "dependencies": {
16 "@atjson/offset-annotations": "0.29.0",
17 "@atjson/source-html": "0.28.4",
18 "@types/sax": "^1.0.1",
19 "entities": "^2.0.0",
20 "sax": "^1.2.4"
21 },
22 "devDependencies": {
23 "@atjson/document": "0.24.0"
24 },
25 "peerDependencies": {
26 "@atjson/document": "^0.23.0"
27 },
28 "gitHead": "c8593802dc1629a36cd2edbd37ab450d9d8bcdc9"
29}