smyld-lib-common
Version:
SMYLD Javascript Core Library, contains several core APIs that benefit the developers working on SPA applications
54 lines (53 loc) • 1.4 kB
JSON
{
"name": "smyld-lib-common",
"version": "1.4.16",
"description": "SMYLD Javascript Core Library, contains several core APIs that benefit the developers working on SPA applications",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"private": false,
"type": "module",
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"test": "jest",
"coverage": "jest --coverage",
"test:debug": "node --inspect-brk ./node_modules/.bin/jest --runInBand"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MFJamil/smyld-lib-common.git"
},
"keywords": [
"JS",
"Scroll",
"Visible",
"show",
"on",
"scroll",
"typescript",
"ts",
"logging",
"console",
"format"
],
"author": "SMYLD.org",
"license": "MIT",
"bugs": {
"url": "https://github.com/MFJamil/smyld-lib-common/issues"
},
"homepage": "https://github.com/MFJamil/smyld-lib-common#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-typescript": "^7.12.7",
"@types/jest": "^29.5.14",
"@vue/vue3-jest": "^29.2.6",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.0.5",
"ts-jest": "^29.4.1",
"ts-node": "^10.9.2",
"typescript": "^5.0.0",
"vue": "^3.5.18"
}
}