UNPKG

@ibm/ibmi-eventf-parser

Version:

Parse event files that are generated by IBM i compilers

40 lines 1.08 kB
{ "name": "@ibm/ibmi-eventf-parser", "description": "Parse event files that are generated by IBM i compilers", "version": "2.0.1", "publisher": "IBM", "author": "IBM", "license": "Apache-2.0", "homepage": "https://github.com/IBM/ibmi-eventf-parser/blob/main/README.md", "repository": { "type": "git", "url": "https://github.com/IBM/ibmi-eventf-parser" }, "bugs": { "url": "https://github.com/IBM/ibmi-eventf-parser/issues" }, "keywords": [ "ibmi", "iseries", "as400" ], "main": "./dist/index.js", "types": "./dist/src/index.d.ts", "scripts": { "webpack": "webpack --mode production --config ./webpack.config.js", "webpack:dev": "webpack --mode none --config ./webpack.config.js", "test": "npx vitest run", "test:dev": "npx vitest", "coverage": "npx vitest run --coverage" }, "dependencies": { "path-normalize": "^6.0.13" }, "devDependencies": { "@vitest/coverage-v8": "^1.0.2", "ts-loader": "^9.4.4", "vitest": "^1.0.2", "webpack": "^5.88.2", "webpack-cli": "^5.1.4" } }