typed-usa-states
Version:
An array of geographical data for all USA states with full TypeScript support
51 lines (50 loc) • 1.37 kB
JSON
{
"name": "typed-usa-states",
"version": "2.1.0",
"description": "An array of geographical data for all USA states with full TypeScript support",
"scripts": {
"generate": "ts-node ./build/index.ts",
"tsc": "tsc -p .",
"prettier": "prettier --write src/**/*",
"minify": "./bin/minify.sh dist",
"clean": "rm -rf dist",
"build": "yarn clean && yarn generate && yarn tsc && yarn prettier && yarn minify",
"lint": "eslint 'src/**/*.ts'"
},
"keywords": [
"USA",
"States Array",
"USA States",
"USA States TypeScript",
"USA States Array",
"USA States JavaScript",
"Geographical Data"
],
"author": "Atanas Atanasov <scriptex.bg@gmail.com> (https://atanas.info)",
"contributors": [
{
"name": "Alexander Panayotov",
"email": "alexander.panayotov@gmail.com"
}
],
"repository": "https://github.com/scriptex/typed-usa-states",
"bugs": {
"url": "https://github.com/scriptex/typed-usa-states/issues",
"email": "scriptex.bg@gmail.com"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@types/node": "17.0.17",
"@typescript-eslint/eslint-plugin": "5.11.0",
"@typescript-eslint/parser": "5.11.0",
"eslint": "8.9.0",
"eslint-config-prettier": "8.3.0",
"prettier": "2.5.1",
"terser": "5.10.0",
"ts-node": "10.5.0",
"typescript": "4.5.5"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts"
}