nodes/packages/utils/package.json

16 lines
291 B
JSON
Raw Normal View History

2024-04-04 19:17:27 +02:00
{
"name": "@nodes/utils",
2024-04-04 19:17:27 +02:00
"version": "1.0.0",
"description": "",
2024-04-16 13:30:14 +02:00
"main": "src/index.ts",
2024-04-04 19:17:27 +02:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@nodes/types": "link:../types"
}
2024-04-04 19:17:27 +02:00
}