react-fabulous-list
Version:
66 lines (65 loc) • 1.82 kB
JSON
{
"name": "react-fabulous-list",
"version": "0.0.3",
"description": "",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
"dist/src/**/*",
"!dist/src/demo*"
],
"scripts": {
"task:clean": "rimraf ./dist",
"task:typescript": "tsc -sourcemap",
"task:static": "shx cp -R ./src/public ./dist",
"task:eslint": "npx eslint --ignore-path .gitignore . --fix",
"task:jest": "jest --forceExit",
"test": "npm-run-all task:clean task:jest",
"release": "np --no-2fa",
"prepare": "npm run build && husky install",
"prestart": "npm run build",
"build": "npm-run-all task:clean task:eslint task:typescript task:static",
"start": "node -r source-map-support/register dist/src/demo.js"
},
"bugs": {
"url": "https://github.com/Asaf-S/react-fabulous-list/issues"
},
"keywords": [
"ENTER",
"KEYWORDS"
],
"homepage": "https://github.com/Asaf-S/react-fabulous-list#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Asaf-S/react-fabulous-list.git"
},
"author": "Asaf S.",
"license": "MIT",
"devDependencies": {
"@types/cors": "^2.8.10",
"@types/express": "^4.17.14",
"@types/jest": "^26.0.21",
"@types/json-stringify-safe": "^5.0.0",
"@types/superagent": "^4.1.10",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"cspell": "^6.16.0",
"dotenv": "^9.0.2",
"eslint": "^8.28.0",
"husky": "^6.0.0",
"jest": "26.6.0",
"lint-staged": "^10.5.4",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"shx": "^0.3.3",
"ts-jest": "^26.5.4",
"ts-node": "^9.1.1"
},
"dependencies": {
"@types/node": "^15.0.2",
"cors": "^2.8.5",
"express": "^4.18.2",
"json-stringify-safe": "^5.0.1",
"np": "*"
}
}