UNPKG

perferendisaccusantium

Version:
54 lines (53 loc) 1.42 kB
{ "name": "perferendisaccusantium", "version": "1.2.0", "description": "JS/TS library for Robotical RIC Addons", "author": "MaddisonConsidine", "repository": { "type": "git", "url": "https://github.com/AntoniaZboncak/perferendisaccusantium.git" }, "license": "MIT", "keywords": [ "RIC", "commodi", "robotics", "addons", "laboriosam", "sit" ], "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "main": "./dist/main.js", "types": "./dist/main.d.ts", "scripts": { "lint": "eslint src/ --ext .js,.jsx,.ts,.tsx", "test": "jest", "clean": "rm -rf dist build package", "ts-node": "ts-node", "docs": "typedoc --entryPoints src/main.ts", "build": "tsc -p tsconfig.json", "build-all": "npm run clean && npm run build" }, "devDependencies": { "@types/jest": "^27.4.0", "@types/node": "^17.0.18", "@typescript-eslint/eslint-plugin": "^5.12.0", "@typescript-eslint/parser": "^5.12.0", "eslint": "^8.9.0", "jest": "^27.5.1", "ts-jest": "^27.1.3", "ts-node": "^10.5.0", "typedoc": "^0.22.11", "typescript": "^4.5.5" }, "dependencies": { "@robotical/ricjs": "^1.5.1" }, "bugs": { "url": "https://github.com/AntoniaZboncak/perferendisaccusantium.git/issues" }, "homepage": "https://github.com/AntoniaZboncak/perferendisaccusantium.git" }