@am92/securities-utility
Version:
A utility package for securities applications
70 lines (69 loc) • 1.86 kB
JSON
{
"name": "@am92/securities-utility",
"version": "0.1.2",
"description": "A utility package for securities applications",
"sideEffects": false,
"types": "dist/index.d.ts",
"module": "dist/index.js",
"main": "dist/index.js",
"type": "module",
"files": [
"dist/**/*.js",
"dist/**/*.d.ts",
"dist/**/*.json"
],
"scripts": {
"compile": "tsc",
"build:clean": "rm -rf ./dist",
"build": "npm-run-all build:clean compile",
"test": "echo 'Error: no test specified'",
"preversion": "npm-run-all build test",
"version": "npm-run-all generate:docs commit:docs",
"postversion": "git push && git push --tags && npm run publish:pkg",
"publish:pkg": "npm publish",
"generate:docs": "npx compodoc -p tsconfig.json -d docs",
"generate:typesdoc": "npx typedoc",
"commit:docs": "git add docs && git commit -m 'Docs Updated'"
},
"repository": "git@github.com:heliumtank92/am92-securities-utility.git",
"homepage": "https://heliumtank92.github.io/securities-utility",
"contributors": [
{
"name": "Ankit Gandhi",
"email": "ankitgandhi452@gmail.com",
"url": "https://github.com/ankitgandhi452"
},
{
"name": "Mehul Agarwal",
"email": "agarwalmehul92@gmail.com",
"url": "https://github.com/agarwalmehul"
},
{
"name": "Suyash Jadhav",
"email": "jadhavsuyash2@gmail.com",
"url": "https://github.com/jsuyash"
}
],
"devDependencies": {
"@compodoc/compodoc": "^1.1.21",
"jsdoc": "^4.0.4",
"npm-run-all": "^4.1.5",
"typedoc": "^0.27.4",
"typescript": "^5.6.3"
},
"publishConfig": {
"access": "public"
},
"license": "MIT",
"keywords": [
"securities",
"Sec Master"
],
"opts": {
"destination": "./docs",
"recurse": true
},
"dependencies": {
"fuzzysort": "2.0.4"
}
}