@aitoralejandro/amanda
Version:
Utilities collection library
73 lines (72 loc) • 1.46 kB
JSON
{
"version": "1.0.6",
"description": "Utilities collection library",
"license": "MIT",
"repository": "https://github.com/AitorAlejandro/amanda",
"keywords": [
"amanda",
"npm",
"package",
"utility"
],
"maintainers": [
{
"name": "AitorAlejandro",
"web": "https://github.com/AitorAlejandro"
}
],
"bugs": {
"web": "https://github.com/AitorAlejandro/amanda/issues"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=12"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "tsdx test",
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why"
},
"peerDependencies": {},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"name": "@aitoralejandro/amanda",
"author": "AitorAlejandro",
"module": "dist/amanda.esm.js",
"size-limit": [
{
"path": "dist/amanda.cjs.production.min.js",
"limit": "10 KB"
},
{
"path": "dist/amanda.esm.js",
"limit": "10 KB"
}
],
"devDependencies": {
"@size-limit/preset-small-lib": "^7.0.8",
"husky": "^7.0.4",
"size-limit": "^7.0.8",
"tsdx": "^0.14.1",
"tslib": "^2.3.1",
"typescript": "^4.6.2"
}
}