1
0
mirror of https://github.com/garraflavatra/alphabets.git synced 2024-11-21 22:59:03 +01:00
alphabets/package.json

44 lines
962 B
JSON
Raw Normal View History

2021-05-24 12:32:23 +02:00
{
"name": "alphabets",
2023-08-07 18:54:09 +02:00
"description": "A collection of many different alphabets for many different use cases. ",
2023-08-07 20:42:08 +02:00
"author": "Romein van Buren <romein@vburen.nl>",
2023-08-08 21:53:27 +02:00
"version": "2.0.5",
2023-05-04 19:25:45 +02:00
"homepage": "https://github.com/garraflavatra/alphabets#readme",
2023-08-07 20:27:17 +02:00
"license": "MIT",
"keywords": [
"alphabet",
"alphabets"
],
"repository": {
"type": "git",
"url": "https://github.com/garraflavatra/alphabets.git"
},
"main": "alphabets.cjs",
"module": "alphabets.mjs",
2023-05-04 19:25:45 +02:00
"files": [
"alphabets.cjs",
"alphabets.mjs",
"alphabets.json"
2023-08-07 20:27:17 +02:00
],
"devDependencies": {
"@garraflavatra/yeslint": "^1.0.0",
"eslint": "^8.46.0"
},
"eslintConfig": {
"extends": "./node_modules/@garraflavatra/yeslint/configs/node.js",
"rules": {
"strict": "off"
},
"overrides": [
{
"files": [
"*.mjs"
],
"parserOptions": {
"sourceType": "module"
}
}
]
}
2021-05-24 12:32:23 +02:00
}