21 lines
472 B
JSON
21 lines
472 B
JSON
{
|
|
"name": "@ametatools/tools",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "jest",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"author": "Maidanov M. D.",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://192.168.0.10:3002/Strife/tools.git"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "http://192.168.0.10:3002/api/packages/strife/npm/"
|
|
}
|
|
} |