UNPKG

simpa

Version:

Lightweight library for prototyping Single Page Applications.

48 lines (47 loc) 1.07 kB
{ "name": "simpa", "version": "0.1.3", "description": "Lightweight library for prototyping Single Page Applications.", "main": "lib/main.js", "types": "lib/main.d.ts", "scripts": { "test": "jest --config jestconfig.json", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/EngosSoftware/simpa.git" }, "keywords": [ "lightweight", "library", "prototyping", "single", "page", "applications" ], "author": "Dariusz Depta", "license": "MIT", "bugs": { "url": "https://github.com/EngosSoftware/simpa/issues" }, "homepage": "https://github.com/EngosSoftware/simpa#readme", "devDependencies": { "@types/jest": "^29.5.3", "@types/node": "^20.4.5", "jest": "^29.6.2", "jest-diff": "^29.6.2", "jest-environment-jsdom": "^29.6.2", "ts-jest": "^29.1.1", "typescript": "^5.1.6" }, "dependencies": { "@types/marked": "^5.0.1", "@types/uuid-js": "^0.7.3", "marked": "^6.0.0", "uuid-js": "^0.7.5" }, "files": [ "lib/" ] }