prsm/packages/ids/package.json
2024-08-27 18:16:34 -04:00

31 lines
621 B
JSON

{
"name": "@prsm/ids",
"version": "1.1.1",
"description": "",
"main": "./dist/index.js",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"scripts": {
"build": "tsup",
"test": "bun tests/index.ts",
"release": "bumpp package.json && npm publish --access public"
},
"author": "nvms",
"license": "Apache-2.0",
"dependencies": {
"long": "^5.2.3"
},
"devDependencies": {
"bumpp": "^9.5.1",
"manten": "^0.6.0",
"tsup": "^8.2.4",
"typescript": "^4.9.5"
}
}