Files
2026-09-22 16:33:35 +08:00

22 lines
957 B
JSON

{
"name": "jianpu-web-editor",
"version": "0.0.0-m0",
"private": true,
"type": "module",
"description": "JPW7-compatible web jianpu editor baseline",
"scripts": {
"build": "tsc -p tsconfig.json && node scripts/copy-static.mjs",
"test": "npm run build && node scripts/run-m1-corpus.mjs && node scripts/run-m3-probe.mjs && node --test test/m0.test.mjs test/m1.test.mjs test/m2.test.mjs test/m3.test.mjs test/m5.test.mjs test/m6.test.mjs test/m7.test.mjs test/m8.test.mjs",
"m9:regression": "npm run build && node scripts/m9-regression.mjs",
"check": "npm test",
"dev": "npm run build && node scripts/serve.mjs",
"fixtures:manifest": "node scripts/generate-fixture-manifest.mjs",
"baseline:check": "node scripts/m0-check.mjs",
"m1:corpus": "npm run build && node scripts/run-m1-corpus.mjs",
"m3:probe": "npm run build && node scripts/run-m3-probe.mjs"
},
"devDependencies": {
"typescript": "5.9.3"
}
}