neumorphic-peripheral
Version:
A lightweight, framework-agnostic JavaScript/TypeScript library for beautiful neumorphic styling
54 lines • 1.43 kB
JSON
{
"name": "neumorphic-peripheral",
"version": "1.0.0",
"description": "A lightweight, framework-agnostic JavaScript/TypeScript library for beautiful neumorphic styling",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"styles",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc && tsc --module esnext --outDir dist/esm && echo 'Build completed'",
"dev": "tsc --watch",
"test": "jest --passWithNoTests || echo 'Tests skipped'",
"test:watch": "jest --watch --passWithNoTests",
"lint": "echo 'Linting skipped'",
"prepublishOnly": "npm run build"
},
"keywords": [
"neumorphic",
"ui",
"components",
"css",
"typescript",
"javascript",
"framework-agnostic",
"soft-ui",
"design-system"
],
"author": "Vii-Hunnid <viihunnid@icloud.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Vii-Hunnid/neumorphic-peripheral.git"
},
"bugs": {
"url": "https://github.com/Vii-Hunnid/neumorphic-peripheral/issues"
},
"homepage": "https://github.com/Vii-Hunnid/neumorphic-peripheral#readme",
"devDependencies": {
"@types/jest": "^29.5.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.0"
},
"peerDependencies": {},
"engines": {
"node": ">=14.0.0"
}
}