70 lines
1.8 KiB
JSON
70 lines
1.8 KiB
JSON
{
|
|
"name": "xstate",
|
|
"version": "4.38.2",
|
|
"description": "Finite State Machines and Statecharts for the Modern Web.",
|
|
"main": "lib/index.js",
|
|
"module": "es/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"sideEffects": false,
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/xstate"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"lib/**/*.js",
|
|
"lib/**/*.d.ts",
|
|
"es/**/*.js",
|
|
"es/**/*.d.ts"
|
|
],
|
|
"keywords": [
|
|
"statechart",
|
|
"state machine",
|
|
"finite state machine",
|
|
"finite automata",
|
|
"scxml",
|
|
"state",
|
|
"interpreter"
|
|
],
|
|
"scripts": {
|
|
"clean": "rm -rf lib es dist tsconfig.tsbuildinfo",
|
|
"test": "jest",
|
|
"build": "rollup -c",
|
|
"prepare": "npm run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/statelyai/xstate.git"
|
|
},
|
|
"author": "David Khourshid <davidkpiano@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/statelyai/xstate/issues"
|
|
},
|
|
"homepage": "https://github.com/statelyai/xstate/tree/main/packages/core#readme",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.10.5",
|
|
"@babel/core": "^7.10.5",
|
|
"@rollup/plugin-babel": "^5.3.0",
|
|
"@scion-scxml/test-framework": "^2.0.15",
|
|
"babel-plugin-annotate-pure-calls": "^0.4.0",
|
|
"fast-glob": "^3.2.11",
|
|
"jest": "^26.6.3",
|
|
"jsdom": "^14.0.0",
|
|
"jsdom-global": "^3.0.2",
|
|
"lerna-alias": "3.0.3-0",
|
|
"pkg-up": "^3.1.0",
|
|
"rollup": "^2.69.0",
|
|
"rollup-plugin-filesize": "^6.2.1",
|
|
"rollup-plugin-replace": "^2.2.0",
|
|
"rollup-plugin-terser": "^5.1.2",
|
|
"rollup-plugin-typescript2": "^0.30.0",
|
|
"rollup-plugin-uglify": "^6.0.2",
|
|
"rxjs": "^7.1.0",
|
|
"ts-jest": "^26.5.6",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^4.8.4",
|
|
"xml-js": "^1.6.11"
|
|
}
|
|
}
|