music-codes
Version:
Small library for music codes (ISRC, ISWC, UPC)
48 lines (47 loc) • 1.02 kB
JSON
{
"name": "music-codes",
"version": "0.0.3",
"description": "Small library for music codes (ISRC, ISWC, UPC)",
"main": "dist/index.js",
"type": "commonjs",
"scripts": {
"build": "tsc --build",
"lint": "biome check . && tsc --noEmit",
"format": "biome check . --write",
"test": "vitest --run",
"release": "release-it"
},
"files": [
"dist",
"package.json"
],
"keywords": [
"isrc",
"iswc",
"upc",
"gtin",
"gtin12",
"gtin13",
"gtin14"
],
"author": "Daniel Zahariev <daniel.zahariev@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/daniel-zahariev/music-codes-js.git"
},
"contributors": [
{
"name": "Daniel Zahariev",
"email": "daniel.zahariev@gmail.com"
}
],
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@faker-js/faker": "^9.3.0",
"release-it": "^17.10.0",
"typescript": "^5.5.2",
"vitest": "^2.1.6"
},
"readmeFilename": "README.md"
}