{ "name": "angular-html-parser", "version": "1.8.0", "description": "A HTML parser extracted from Angular with some modifications", "main": "lib/angular-html-parser/src/index.js", "types": "lib/angular-html-parser/src/index.d.ts", "repository": "https://github.com/ikatyang/angular-html-parser", "homepage": "https://github.com/ikatyang/angular-html-parser/blob/master/packages/angular-html-parser#readme", "author": { "name": "Ika", "email": "ikatyang@gmail.com", "url": "https://github.com/ikatyang" }, "license": "MIT", "scripts": { "prepublish": "yarn run build", "prebuild": "rm -rf ./lib", "build": "tsc -p tsconfig.build.json", "test": "ts-node --transpileOnly --project tsconfig.test.json -r tsconfig-paths/register node_modules/.bin/jasmine ../compiler/test/ml_parser/*_spec.ts ./test/*_spec.ts", "release": "standard-version" }, "dependencies": { "tslib": "^1.9.3" }, "devDependencies": { "jasmine": "3.2.0", "standard-version": "4.4.0", "ts-node": "7.0.1", "tsconfig-paths": "3.6.0", "typescript": "3.1.3" }, "engines": { "node": ">= 6" }, "files": [ "/lib/**/*", "/ThirdPartyNoticeText.txt" ] }