forked from tools/josh
1
0
Fork 0
josh/package.json

51 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2019-10-26 19:29:00 +02:00
{
"name": "fwdekker.com",
2023-02-09 10:58:10 +01:00
"version": "0.40.16",
2022-11-26 14:49:06 +01:00
"description": "The JavaScript Online Shell.",
"author": "Florine W. Dekker",
2020-05-03 20:52:28 +02:00
"browser": "dist/bundle.js",
"repository": {
"type": "git",
2022-11-26 14:49:06 +01:00
"url": "git@git.fwdekker.com:tools/josh.git"
},
"private": true,
"scripts": {
"clean": "grunt clean",
"dev": "grunt dev",
"dev:server": "grunt dev:server",
"deploy": "grunt deploy",
"test": "mocha -r ts-node/register -r jsdom-global/register src/**/*.spec.ts",
"coverage": "nyc npm run test"
},
"dependencies": {
"js-cookie": "^3.0.1",
"js-sha256": "^0.9.0",
"semver": "^6.3.0"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
2022-11-26 14:43:33 +01:00
"@types/chai": "^4.3.4",
"@types/js-cookie": "^3.0.2",
2023-02-09 10:58:10 +01:00
"@types/mocha": "^10.0.1",
2022-11-26 14:43:33 +01:00
"@types/semver": "^7.3.13",
"chai": "^4.3.7",
2023-02-09 10:58:10 +01:00
"grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
2022-11-26 14:43:33 +01:00
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-focus": "^1.0.0",
"grunt-text-replace": "^0.4.0",
"grunt-webpack": "^5.0.0",
2023-02-09 10:58:10 +01:00
"jsdom": "^21.1.0",
"jsdom-global": "^3.0.2",
2023-02-09 10:58:10 +01:00
"mocha": "^10.2.0",
2020-06-05 12:55:22 +02:00
"nyc": "^15.1.0",
2023-02-09 10:58:10 +01:00
"ts-loader": "^9.4.2",
2022-11-26 14:43:33 +01:00
"ts-node": "^10.9.1",
2023-02-09 10:58:10 +01:00
"typescript": "^4.9.5",
2022-11-26 14:43:33 +01:00
"webpack": "^5.75.0",
2023-02-09 10:58:10 +01:00
"webpack-cli": "^5.0.1"
}
2019-10-26 19:29:00 +02:00
}