camtts
Version:
CAMT parser for Typescript
41 lines (40 loc) • 953 B
JSON
{
"name": "camtts",
"version": "0.0.7",
"description": "CAMT parser for Typescript",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublish": "tsc",
"test": "ts-node node_modules/jasmine/bin/jasmine --config=jasmine.json",
"coverage": "nyc -r text -e .ts -x \"tests/*.test.ts\" npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Merzlabs/camtts.git"
},
"keywords": [
"camt",
"camt52",
"ts",
"parser"
],
"author": "Merzlabs",
"license": "MIT",
"bugs": {
"url": "https://github.com/Merzlabs/camtts/issues"
},
"homepage": "https://github.com/Merzlabs/camtts#readme",
"devDependencies": {
"@types/jasmine": "^3.4.6",
"jasmine": "^3.5.0",
"nyc": "^15.0.0",
"ts-node": "^8.4.1",
"typescript": "^3.7.2"
},
"dependencies": {
"@types/node": "^14.0.9",
"@xmldom/xmldom": "^0.8.5"
}
}