21 lines
457 B
JSON
21 lines
457 B
JSON
{
|
|
"name": "ai.unturf.com",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "integration_tests.js",
|
|
"scripts": {
|
|
"test": "node integration_tests.js",
|
|
"test:simple": "node simple_tests.js"
|
|
},
|
|
"devDependencies": {
|
|
"jsdom": "^22.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@git.unturf.com:2222/engineering/unturf/ai.unturf.com.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": ""
|
|
}
|