23 lines
478 B
JSON
23 lines
478 B
JSON
{
|
|
"name": "prototyp",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"types": "dist/index.d.ts",
|
|
"devDependencies": {
|
|
"@types/node": "^20.8.2",
|
|
"@types/uuid": "^9.0.6",
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"dependencies": {
|
|
"@aas-core-works/aas-core3.0-typescript": "^1.0.0-rc.3",
|
|
"uuid": "^9.0.1"
|
|
}
|
|
}
|