UNPKG

737 BJSONView Raw
1{
2 "name": "react-dnd-test-backend",
3 "version": "16.0.1",
4 "description": "A mock backend for testing React DnD apps",
5 "type": "module",
6 "main": "dist/index.js",
7 "types": "dist/index.d.ts",
8 "sideEffects": false,
9 "license": "MIT",
10 "repository": {
11 "type": "git",
12 "url": "https://github.com/react-dnd/react-dnd.git"
13 },
14 "scripts": {
15 "clean": "shx rm -rf dist/",
16 "build_types": "tsc -b .",
17 "build_esm": "swc -C module.type=es6 -d dist src/",
18 "build": "run-s build_types build_esm"
19 },
20 "dependencies": {
21 "dnd-core": "^16.0.1"
22 },
23 "devDependencies": {
24 "@swc/cli": "^0.1.57",
25 "@swc/core": "^1.2.168",
26 "npm-run-all": "^4.1.5",
27 "shx": "^0.3.4",
28 "typescript": "^4.6.3"
29 }
30}
\No newline at end of file