@readable-js/core
Version:
ReadableJS is a toolkit for teachers to craft small demos that can be explored interactively.
52 lines (51 loc) • 1.23 kB
JSON
{
"name": "@readable-js/core",
"version": "0.2.0",
"description": "ReadableJS is a toolkit for teachers to craft small demos that can be explored interactively.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"publishConfig": {
"access": "public"
},
"files": [
"dist"
],
"scripts": {
"test": "jest --silent false",
"first-build": "tsc",
"build-win": "rmdir /s /Q .\\dist && tsc",
"build-linux": "rm -rf ./dist && tsc",
"pack": "npm pack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ambroiseRabier/readable-js.git",
"directory": "packages/readable-js"
},
"bugs": {
"url": "https://github.com/ambroiseRabier/readable-js/issues"
},
"keywords": [
"typescript",
"learning",
"teaching",
"pedagogy"
],
"author": "Ambroise Rabier",
"license": "ISC",
"dependencies": {
"escodegen": "^2.0.0",
"esprima": "^4.0.1"
},
"devDependencies": {
"@types/escodegen": "0.0.7",
"@types/esprima": "^4.0.3",
"@types/jest": "^27.4.1",
"@types/prettier": "^2.6.0",
"jest": "^27.5.1",
"prettier": "^2.6.2",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
}
}