UNPKG

1.01 kBJSONView Raw
1{
2 "name": "@atjson/source-prism",
3 "version": "0.15.9",
4 "description": "Converts PRISM XML into annotations",
5 "main": "dist/commonjs/index.js",
6 "module": "dist/modules/index.js",
7 "types": "dist/commonjs/index.d.ts",
8 "scripts": {
9 "build": "rm -rf dist; tsc -p . && tsc -p . --module ESNext --outDir dist/modules/ --target ES2017",
10 "lint": "tslint -c ./tslint.json 'src/**/*.ts'",
11 "prepublishOnly": "npm run build",
12 "start": "parcel public/index.html -d public/dist",
13 "test": "../../../node_modules/.bin/jest packages/@atjson/$(basename $PWD) --config=../../../package.json"
14 },
15 "license": "Apache-2.0",
16 "publishConfig": {
17 "access": "public"
18 },
19 "browserslist": [
20 "last 2 Chrome versions"
21 ],
22 "dependencies": {
23 "@atjson/document": "0.14.7",
24 "@atjson/offset-annotations": "0.13.16",
25 "@atjson/source-html": "0.13.16",
26 "@types/sax": "^1.0.1",
27 "entities": "^1.1.2",
28 "sax": "^1.2.4"
29 },
30 "gitHead": "ce59797d9035473355a2b26045c9d49ebca8dcfb"
31}