necessitatibustenetur
Version:
Additional types and tools for typescript
55 lines (54 loc) • 1.55 kB
JSON
{
"name": "necessitatibustenetur",
"version": "1.0.4",
"description": "Additional types and tools for typescript",
"files": [
"dist"
],
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"lint": "eslint src",
"lint:fix": "npm run lint -- --fix",
"test": "jest",
"reset-modules": "npx --quiet rimraf node_modules/ package-lock.json",
"reset-creation": "npx --quiet rimraf dist/ tests/reports/",
"reset": "npm run reset-creation && npm run reset-modules",
"validate": "npm run reset && npm i && npm run build && npm test",
"create": "npm run reset-creation && npm run build && npm test",
"produce": "npm run validate && npm i --only=prod"
},
"repository": {
"type": "git",
"url": "https://github.com/RandalRussel/necessitatibustenetur.git"
},
"keywords": [
"libero",
"fuga",
"extended",
"Events",
"EventHandler",
"incidunt",
"Dictionary",
"unde"
],
"author": "AbagailSawayn",
"license": "MIT",
"bugs": {
"url": "https://github.com/RandalRussel/necessitatibustenetur.git/issues"
},
"homepage": "https://github.com/RandalRussel/necessitatibustenetur.git",
"devDependencies": {
"@types/jest": "^27.0.3",
"@types/node": "^16.11.11",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"eslint": "^8.4.0",
"jest": "^27.4.3",
"jest-html-reporters": "^2.1.6",
"jest-junit": "^13.0.0",
"ts-jest": "^27.1.0",
"ts-node": "10.4.0",
"typescript": "^4.5.2"
}
}