UNPKG

1.39 kBJSONView Raw
1{
2 "name": "@ephox/swag",
3 "version": "4.3.1",
4 "description": "A collection of tools for rollup/webpack",
5 "private": false,
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/ephox/swag"
9 },
10 "files": [
11 "lib/main",
12 "tasks",
13 "webpack",
14 "changelog.md",
15 "LEGAL.txt",
16 "LICENSE.txt"
17 ],
18 "scripts": {
19 "test": "mocha -r ts-node/register src/**/*.spec.ts",
20 "build": "tsc",
21 "prepublishOnly": "npm run build"
22 },
23 "author": "Ephox Corporation",
24 "license": "Apache-2.0",
25 "main": "./lib/main/ts/api/Main.js",
26 "types": "./lib/main/ts/api/Main.d.ts",
27 "dependencies": {
28 "@types/escodegen": "0.0.6",
29 "@types/estree": "0.0.45",
30 "@types/node": "*",
31 "acorn": "^7.1.0",
32 "escodegen": "^1.12.0",
33 "magic-string": "^0.25.4",
34 "resolve": "^1.11.0",
35 "rollup": "^2.0.0",
36 "rollup-plugin-dts": "^1.4.9",
37 "webpack-sources": "^1.4.3"
38 },
39 "devDependencies": {
40 "@ephox/tslint-rules": "^1.0.11",
41 "@types/acorn": "^4.0.3",
42 "@types/chai": "^4.2.3",
43 "@types/chokidar": "^2.1.3",
44 "@types/grunt": "^0.4.25",
45 "@types/mocha": "^8.0.0",
46 "chai": "^4.2.0",
47 "command-line-args": "^5.1.1",
48 "mocha": "^8.0.1",
49 "nlf": "^2.1.1",
50 "ts-node": "^8.4.1",
51 "tslint": "^5.20.0",
52 "typescript": "^3.6.3"
53 },
54 "publishConfig": {
55 "registry": "https://registry.npmjs.org"
56 }
57}