You've already forked swagger-1c
mirror of
https://github.com/zerobig/swagger-1c.git
synced 2026-05-04 21:07:47 +02:00
12 lines
396 B
JSON
12 lines
396 B
JSON
{
|
|
"name": "swagger-1c",
|
|
"version": "1.2.2",
|
|
"scripts": {
|
|
"build": "npm run build:extension && npm run build:test",
|
|
"build:extension": "cd scripts && ext2cfe.cmd ../swagger ../dist/swagger.cfe Swagger",
|
|
"build:test": "cd scripts && ext2cfe.cmd ../swagger-test ../dist/swagger-test.cfe SwaggerTest"
|
|
},
|
|
"keywords": [],
|
|
"author": "Bushin Ilya",
|
|
"license": "MIT"
|
|
} |