ml-gsd
Version:
Global Spectral Deconvolution
81 lines (80 loc) • 2.31 kB
JSON
{
"name": "ml-gsd",
"version": "13.1.1",
"description": "Global Spectral Deconvolution",
"type": "module",
"exports": {
".": "./lib/index.js"
},
"files": [
"lib",
"src"
],
"scripts": {
"build": "npm run tsc && cheminfo-build --entry lib/index.js --root GSD",
"check-types": "tsc --noEmit",
"clean": "rimraf lib",
"eslint": "eslint . --cache",
"eslint-fix": "eslint . --cache --fix",
"prepack": "npm run tsc",
"prettier": "prettier --check .",
"prettier-write": "prettier --write .",
"test": "npm run test-only && npm run eslint && npm run prettier && npm run check-types",
"test-only": "vitest run --coverage",
"tsc": "npm run clean && npm run tsc-build",
"tsc-build": "tsc --project tsconfig.build.json"
},
"repository": {
"type": "git",
"url": "https://github.com/mljs/global-spectral-deconvolution.git"
},
"keywords": [
"Global Spectra Deconvolution",
"peak",
"picking",
"optimization",
"gsd"
],
"author": "Andres Castillo",
"contributors": [
"Miguel Asencio <maasencioh@gmail.com> (https://github.com/maasencioh)",
"J. Alejandro Bolaños A. <jose.bolanos@correounivalle.edu.co> (https://github.com/jobo322)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mljs/global-spectral-deconvolution/issues"
},
"homepage": "https://github.com/mljs/global-spectral-deconvolution",
"prettier": {
"arrowParens": "always",
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all"
},
"devDependencies": {
"@types/node": "^24.0.1",
"@vitest/coverage-v8": "^3.2.3",
"@zakodium/tsconfig": "^1.0.1",
"cheminfo-build": "^1.2.1",
"eslint": "^9.28.0",
"eslint-config-cheminfo-typescript": "^18.0.1",
"esm": "^3.2.25",
"jest-matcher-deep-close-to": "^3.0.2",
"mf-global": "^3.1.25",
"ml-stat": "^1.3.3",
"prettier": "^3.5.3",
"rimraf": "^6.0.1",
"spectrum-generator": "^8.1.0",
"typescript": "^5.8.3",
"vitest": "^3.2.3",
"xy-parser": "^5.0.5"
},
"dependencies": {
"cheminfo-types": "^1.8.1",
"ml-peak-shape-generator": "^4.1.4",
"ml-savitzky-golay-generalized": "^4.2.0",
"ml-spectra-fitting": "^5.0.1",
"ml-spectra-processing": "^14.12.0"
}
}