onshape-clients
Version:
The meta package for creating the various Onshape clients
38 lines (37 loc) • 892 B
JSON
{
"name": "onshape-clients",
"version": "1.0.0",
"description": "The meta package for creating the various Onshape clients",
"main": "index.js",
"scripts": {
"test": "cd python && pytest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/onshape-public/onshape-clients.git"
},
"keywords": [
"Onshape",
"Clients",
"REST"
],
"author": "Ethan Keller",
"license": "ISC",
"bugs": {
"url": "https://github.com/onshape-public/onshape-clients/issues"
},
"homepage": "https://github.com/onshape-public/onshape-clients#readme",
"dependencies": {
"commitizen": "^4.0.3"
},
"devDependencies": {
"@semantic-release/exec": "^3.3.8",
"cz-conventional-changelog": "^3.1.0",
"semantic-release": "^15.14.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}