-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add release tag generation for js and haskell client (#31)
- Loading branch information
1 parent
5f40af5
commit c8aa534
Showing
2 changed files
with
38 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
{ | ||
"name": "Cac-Client", | ||
"version": "0.0.1", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "node ./tests/index.js", | ||
"compile": "npx tsc", | ||
"dev": "tsc --project tsconfig.json", | ||
"buildLib": "webpack --mode=production", | ||
"build": "run-s secure dev buildLib", | ||
"start": "nodemon ./dist/app.js", | ||
"lint": "eslint . --ext .ts" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"json-logic-js": "^2.0.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.22.10", | ||
"@babel/preset-env": "^7.22.10", | ||
"@types/json-logic-js": "^2.0.1", | ||
"@types/node": "^18.11.9", | ||
"babel-core": "^6.26.3", | ||
"babel-loader": "^9.1.3", | ||
"babel-polyfill": "^6.26.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-stage-0": "^6.24.1", | ||
"eslint": "^8.47.0", | ||
"ts-loader": "^9.4.4", | ||
"typescript": "^4.9.5", | ||
"webpack": "^5.88.2", | ||
"webpack-cli": "^5.1.4" | ||
} | ||
"name": "cac-client", | ||
"version": "0.0.1", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "node ./tests/index.js", | ||
"compile": "npx tsc", | ||
"dev": "tsc --project tsconfig.json", | ||
"buildLib": "webpack --mode=production", | ||
"build": "run-s secure dev buildLib", | ||
"start": "nodemon ./dist/app.js", | ||
"lint": "eslint . --ext .ts" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"json-logic-js": "^2.0.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.22.10", | ||
"@babel/preset-env": "^7.22.10", | ||
"@types/json-logic-js": "^2.0.1", | ||
"@types/node": "^18.11.9", | ||
"babel-core": "^6.26.3", | ||
"babel-loader": "^9.1.3", | ||
"babel-polyfill": "^6.26.0", | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-stage-0": "^6.24.1", | ||
"eslint": "^8.47.0", | ||
"ts-loader": "^9.4.4", | ||
"typescript": "^4.9.5", | ||
"webpack": "^5.88.2", | ||
"webpack-cli": "^5.1.4" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters