@ciao-lang/ts-ciao-interface
Version:
Simple Ciao interface for node.
28 lines • 594 B
JSON
{
"author": "Emilio Caba Batuecas",
"description": "Simple Ciao interface for node.",
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
},
"files": [
"dist"
],
"keywords": [
"ciao"
],
"license": "ISC",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"name": "@ciao-lang/ts-ciao-interface",
"scripts": {
"build": "tsup && cp -r src/core dist",
"test": "jest"
},
"types": "./dist/index.d.ts",
"version": "1.0.3"
}